Html Css Color HEX #9E1605 Dark Red

📋 copy color: '#9E1605'

red 158 ◦ green 22 ◦ blue 5

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

Shades of Dark Red #9E1605

Tints of Dark Red #9E1605

RGB

 RED value IS 158 (62.11% from 255) = 85.41%

 GREEN value IS 22 (8.98% from 255) = 11.89%

 BLUE value IS 5 (2.34% from 255) = 2.7%

R = 85.41%
G = 11.89%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E1605 (or 0x9E1605) is known color: Dark Red. HEX triplet: 9E, 16 and 05. RGB value is (158,22,5). Sum of RGB (Red+Green+Blue) = 158+22+5=185 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.41% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1605 is #61E9FA. Grayscale: #3C3C3C. Windows color (decimal): -6416891 or 333470. OLE color: 333470.

HSL color Cylindrical-coordinate representation of color #9E1605: hue angle of 6.67º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E1605 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 22 5 -
CMYK 0 0.86 0.97 0.38
HSL 6.67º 0.94% 0.32% -
HSV(B) 6.67º 0.97% 0.62% -
XYZ 14.41 7.85 0.9 -
YUV 60.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 158 22 5 0 0.86 0.97 0.38 6.67 0.94 0.32
Hex 9E 16 5 0 56 61 26 7 5E 20
Octal 236 26 5 0 126 141 46 7 136 40
Binary 10011110 10110 101 0 1010110 1100001 100110 111 1011110 100000

Color Harmonies of #9E1605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1605

Black with #9E1605

Text Example


Text Example

White with #9E1605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E1605; }

 p { color: rgb(158,22,5); }

 H1.HeaderClassName
 {
   color: #9E1605;
 }
 .AnyTagClassName
 {
   color: #9E1605;
 }
</style>

background-color css

<style>
 a { background-color: #9E1605; }

 a { background-color: rgb(158,22,5); }

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

border-color css

<style>
 span { border-color: #9E1605; }

 span { border-color: rgb(158,22,5); }

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