#900E0C

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

Shades of Dark Red #900E0C

Tints of Dark Red #900E0C

Color information

#900E0C (or 0x900E0C) is unknown color: approx Dark Red. HEX triplet: 90, 0E and 0C. RGB value is (144,14,12). Sum of RGB (Red+Green+Blue) = 144+14+12=170 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.71% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 144 - color contains mainly: red. Hex color #900E0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900E0C is #6FF1F3. Grayscale: #343434. Windows color (decimal): -7336436 or 790160. OLE color: 790160.

HSL color Cylindrical-coordinate representation of color #900E0C: hue angle of 0.91º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900E0C is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB1441412-
CMYK00.900.920.44
HSL0.91º84.62%30.59%-
HSV(B)0.91º91.67%56.47%-
XYZ11.736.270.94-
YUV52.64105.07193.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 84.71%
GREEN value IS 14 (5.86% from 255) = 8.24%
BLUE value IS 12 (5.08% from 255) = 7.06%
R=84.71%
G=8.24%
B=7.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144141200.900.920.440.9184.6230.59
Hex90EC05A5C2C1551f
Octal2201614013213454112537
Binary10010000111011000101101010111001011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900E0C; }

 p { color: rgb(144,14,12); }

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

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

 a { background-color: rgb(144,14,12); }

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

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

 span { border-color: rgb(144,14,12); }

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