#921402

Color #921402 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #921402

Tints of Dark Red #921402

Color information

#921402 (or 0x921402) is unknown color: approx Dark Red. HEX triplet: 92, 14 and 02. RGB value is (146,20,2). Sum of RGB (Red+Green+Blue) = 146+20+2=168 (22% of max value = 765). Red value is 146 (57.42% from 255 or 86.90% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 146 - color contains mainly: red. Hex color #921402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921402 is #6DEBFD. Grayscale: #373737. Windows color (decimal): -7203838 or 136338. OLE color: 136338.

HSL color Cylindrical-coordinate representation of color #921402: hue angle of 7.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #921402 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB146202-
CMYK00.860.990.43
HSL7.5º97.3%29.02%-
HSV(B)7.5º98.63%57.25%-
XYZ12.126.620.7-
YUV55.6297.74192.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 86.90%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=86.90%
G=11.90%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14620200.860.990.437.597.329.02
Hex92142056632B8611d
Octal2222420126143531014135
Binary1001001010100100101011011000111010111000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921402; }

 p { color: rgb(146,20,2); }

 H1.HeaderClassName
 {
   color: #921402;
 }
 .AnyTagClassName
 {
   color: #921402;
 }
</style>
background-color css

<style>
 a { background-color: #921402; }

 a { background-color: rgb(146,20,2); }

 div.DivClassName
 {
   background-color: #921402;
 }
 .BgClassName
 {
   background-color: #921402;
 }
</style>
border-color css

<style>
 span { border-color: #921402; }

 span { border-color: rgb(146,20,2); }

 td.TdClassName
 {
   border-color: #921402;
 }
 .TagClassName
 {
   border-color: #921402;
 }
</style>