Html Css Color HEX #900E0D Dark Red

📋 copy color: '#900E0D'

red 144 ◦ green 14 ◦ blue 13

#900E0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #900E0D

Tints of Dark Red #900E0D

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.6%

R = 84.21%
G = 8.19%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#900E0D (or 0x900E0D) is known color: 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

RGB 144 14 13 -
CMYK 0 0.90 0.91 0.44
HSL 0.46º 0.83% 0.31% -
HSV(B) 0.46º 0.91% 0.56% -
XYZ 11.73 6.27 0.97 -
YUV 52.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 144 14 13 0 0.90 0.91 0.44 0.46 0.83 0.31
Hex 90 E D 0 5A 5B 2C 0 53 1F
Octal 220 16 15 0 132 133 54 0 123 37
Binary 10010000 1110 1101 0 1011010 1011011 101100 0 1010011 11111

Color Harmonies of #900E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900E0D

Black with #900E0D

Text Example


Text Example

White with #900E0D

Text Example


Text Example

HTML Codes & Css Web 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>