Html Css Color HEX #900E02 Dark Red

📋 copy color: '#900E02'

red 144 ◦ green 14 ◦ blue 2

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

Shades of Dark Red #900E02

Tints of Dark Red #900E02

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.75%

 BLUE value IS 2 (1.17% from 255) = 1.25%

R = 90%
G = 8.75%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#900E02 (or 0x900E02) is known color: Dark Red. HEX triplet: 90, 0E and 02. RGB value is (144,14,2). Sum of RGB (Red+Green+Blue) = 144+14+2=160 (21% of max value = 765). Red value is 144 (56.64% from 255 or 90% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 144 - color contains mainly: red. Hex color #900E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900E02 is #6FF1FD. Grayscale: #333333. Windows color (decimal): -7336446 or 134800. OLE color: 134800.

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

Color convert

RGB 144 14 2 -
CMYK 0 0.90 0.99 0.44
HSL 5.07º 0.97% 0.29% -
HSV(B) 5.07º 0.99% 0.56% -
XYZ 11.67 6.25 0.65 -
YUV 51.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 144 14 2 0 0.90 0.99 0.44 5.07 0.97 0.29
Hex 90 E 2 0 5A 63 2C 5 61 1D
Octal 220 16 2 0 132 143 54 5 141 35
Binary 10010000 1110 10 0 1011010 1100011 101100 101 1100001 11101

Color Harmonies of #900E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900E02

Black with #900E02

Text Example


Text Example

White with #900E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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