Html Css Color HEX #900C09 Dark Red

📋 copy color: '#900C09'

red 144 ◦ green 12 ◦ blue 9

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

Shades of Dark Red #900C09

Tints of Dark Red #900C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

 BLUE value IS 9 (3.91% from 255) = 5.45%

R = 87.27%
G = 7.27%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#900C09 (or 0x900C09) is known color: Dark Red. HEX triplet: 90, 0C and 09. RGB value is (144,12,9). Sum of RGB (Red+Green+Blue) = 144+12+9=165 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.27% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 144 - color contains mainly: red. Hex color #900C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900C09 is #6FF3F6. Grayscale: #333333. Windows color (decimal): -7336951 or 593040. OLE color: 593040.

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

Color convert

RGB 144 12 9 -
CMYK 0 0.92 0.94 0.44
HSL 1.33º 0.88% 0.3% -
HSV(B) 1.33º 0.94% 0.56% -
XYZ 11.68 6.21 0.84 -
YUV 51.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 144 12 9 0 0.92 0.94 0.44 1.33 0.88 0.3
Hex 90 C 9 0 5C 5E 2C 1 58 1E
Octal 220 14 11 0 134 136 54 1 130 36
Binary 10010000 1100 1001 0 1011100 1011110 101100 1 1011000 11110

Color Harmonies of #900C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900C09

Black with #900C09

Text Example


Text Example

White with #900C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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