Html Css Color HEX #9E1405 Dark Red

📋 copy color: '#9E1405'

red 158 ◦ green 20 ◦ blue 5

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

Shades of Dark Red #9E1405

Tints of Dark Red #9E1405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

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

R = 86.34%
G = 10.93%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E1405 (or 0x9E1405) is known color: Dark Red. HEX triplet: 9E, 14 and 05. RGB value is (158,20,5). Sum of RGB (Red+Green+Blue) = 158+20+5=183 (24% of max value = 765). Red value is 158 (62.11% from 255 or 86.34% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1405 is #61EBFA. Grayscale: #3B3B3B. Windows color (decimal): -6417403 or 332958. OLE color: 332958.

HSL color Cylindrical-coordinate representation of color #9E1405: hue angle of 5.88º 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 #9E1405 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 20 5 -
CMYK 0 0.87 0.97 0.38
HSL 5.88º 0.94% 0.32% -
HSV(B) 5.88º 0.97% 0.62% -
XYZ 14.38 7.78 0.89 -
YUV 59.55 97.22 198.22 -
System Red Green Blue C M Y K H S L
Decimal 158 20 5 0 0.87 0.97 0.38 5.88 0.94 0.32
Hex 9E 14 5 0 57 61 26 6 5E 20
Octal 236 24 5 0 127 141 46 6 136 40
Binary 10011110 10100 101 0 1010111 1100001 100110 110 1011110 100000

Color Harmonies of #9E1405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1405

Black with #9E1405

Text Example


Text Example

White with #9E1405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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