Html Css Color HEX #9E1403 Dark Red

📋 copy color: '#9E1403'

red 158 ◦ green 20 ◦ blue 3

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

Shades of Dark Red #9E1403

Tints of Dark Red #9E1403

RGB

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

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

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

R = 87.29%
G = 11.05%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9E1403 (or 0x9E1403) is known color: Dark Red. HEX triplet: 9E, 14 and 03. RGB value is (158,20,3). Sum of RGB (Red+Green+Blue) = 158+20+3=181 (23% of max value = 765). Red value is 158 (62.11% from 255 or 87.29% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 3 (1.56% from 255 or 1.66% from 181); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1403 is #61EBFC. Grayscale: #3B3B3B. Windows color (decimal): -6417405 or 201886. OLE color: 201886.

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

Color convert

RGB 158 20 3 -
CMYK 0 0.87 0.98 0.38
HSL 6.58º 0.96% 0.32% -
HSV(B) 6.58º 0.98% 0.62% -
XYZ 14.37 7.78 0.83 -
YUV 59.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 158 20 3 0 0.87 0.98 0.38 6.58 0.96 0.32
Hex 9E 14 3 0 57 62 26 7 60 20
Octal 236 24 3 0 127 142 46 7 140 40
Binary 10011110 10100 11 0 1010111 1100010 100110 111 1100000 100000

Color Harmonies of #9E1403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1403

Black with #9E1403

Text Example


Text Example

White with #9E1403

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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