#900E0D

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

Shades of Dark Red #900E0D

Tints of Dark Red #900E0D

Color information

#900E0D (or 0x900E0D) is unknown color: approx Dark Red. HEX triplet: 90, 0E and 0D. RGB value is (144,14,13). Sum of RGB (Red+Green+Blue) = 144+14+13=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 14 (5.86% from 255 or 8.19% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #900E0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900E0D is #6FF1F2. Grayscale: #343434. Windows color (decimal): -7336435 or 855696. OLE color: 855696.

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

Color convert

RGB1441413-
CMYK00.900.910.44
HSL0.46º83.44%30.78%-
HSV(B)0.46º90.97%56.47%-
XYZ11.736.270.97-
YUV52.76105.57193.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 84.21%
GREEN value IS 14 (5.86% from 255) = 8.19%
BLUE value IS 13 (5.47% from 255) = 7.60%
R=84.21%
G=8.19%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144141300.900.910.440.4683.4430.78
Hex90ED05A5B2C0531f
Octal2201615013213354012337
Binary10010000111011010101101010110111011000101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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