Html Css Color HEX #900D0C Dark Red

📋 copy color: '#900D0C'

red 144 ◦ green 13 ◦ blue 12

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

Shades of Dark Red #900D0C

Tints of Dark Red #900D0C

RGB

 RED value IS 144 (56.64% from 255) = 85.21%

 GREEN value IS 13 (5.47% from 255) = 7.69%

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 85.21%
G = 7.69%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#900D0C (or 0x900D0C) is known color: Dark Red. HEX triplet: 90, 0D and 0C. RGB value is (144,13,12). Sum of RGB (Red+Green+Blue) = 144+13+12=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #900D0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D0C is #6FF2F3. Grayscale: #343434. Windows color (decimal): -7336692 or 789904. OLE color: 789904.

HSL color Cylindrical-coordinate representation of color #900D0C: hue angle of 0.45º 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 #900D0C is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 13 12 -
CMYK 0 0.91 0.92 0.44
HSL 0.45º 0.85% 0.31% -
HSV(B) 0.45º 0.92% 0.56% -
XYZ 11.71 6.24 0.94 -
YUV 52.06 105.4 193.58 -
System Red Green Blue C M Y K H S L
Decimal 144 13 12 0 0.91 0.92 0.44 0.45 0.85 0.31
Hex 90 D C 0 5B 5C 2C 0 55 1F
Octal 220 15 14 0 133 134 54 0 125 37
Binary 10010000 1101 1100 0 1011011 1011100 101100 0 1010101 11111

Color Harmonies of #900D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D0C

Black with #900D0C

Text Example


Text Example

White with #900D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #900D0C;
 }
 .AnyTagClassName
 {
   color: #900D0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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