Html Css Color HEX #900F03 Dark Red

📋 copy color: '#900F03'

red 144 ◦ green 15 ◦ blue 3

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

Shades of Dark Red #900F03

Tints of Dark Red #900F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.26%

 BLUE value IS 3 (1.56% from 255) = 1.85%

R = 88.89%
G = 9.26%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#900F03 (or 0x900F03) is known color: Dark Red. HEX triplet: 90, 0F and 03. RGB value is (144,15,3). Sum of RGB (Red+Green+Blue) = 144+15+3=162 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.89% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 144 - color contains mainly: red. Hex color #900F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900F03 is #6FF0FC. Grayscale: #343434. Windows color (decimal): -7336189 or 200592. OLE color: 200592.

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

Color convert

RGB 144 15 3 -
CMYK 0 0.90 0.98 0.44
HSL 5.11º 0.96% 0.29% -
HSV(B) 5.11º 0.98% 0.56% -
XYZ 11.69 6.28 0.68 -
YUV 52.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 144 15 3 0 0.90 0.98 0.44 5.11 0.96 0.29
Hex 90 F 3 0 5A 62 2C 5 60 1D
Octal 220 17 3 0 132 142 54 5 140 35
Binary 10010000 1111 11 0 1011010 1100010 101100 101 1100000 11101

Color Harmonies of #900F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900F03

Black with #900F03

Text Example


Text Example

White with #900F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,15,3); }

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

background-color css

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

 a { background-color: rgb(144,15,3); }

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

border-color css

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

 span { border-color: rgb(144,15,3); }

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