Html Css Color HEX #9E0703 Dark Red

📋 copy color: '#9E0703'

red 158 ◦ green 7 ◦ blue 3

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

Shades of Dark Red #9E0703

Tints of Dark Red #9E0703

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.17%

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

R = 94.05%
G = 4.17%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9E0703 (or 0x9E0703) is known color: Dark Red. HEX triplet: 9E, 07 and 03. RGB value is (158,7,3). Sum of RGB (Red+Green+Blue) = 158+7+3=168 (22% of max value = 765). Red value is 158 (62.11% from 255 or 94.05% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0703 is #61F8FC. Grayscale: #333333. Windows color (decimal): -6420733 or 198558. OLE color: 198558.

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

Color convert

RGB 158 7 3 -
CMYK 0 0.96 0.98 0.38
HSL 1.55º 0.96% 0.32% -
HSV(B) 1.55º 0.98% 0.62% -
XYZ 14.19 7.43 0.77 -
YUV 51.69 100.53 203.83 -
System Red Green Blue C M Y K H S L
Decimal 158 7 3 0 0.96 0.98 0.38 1.55 0.96 0.32
Hex 9E 7 3 0 60 62 26 2 60 20
Octal 236 7 3 0 140 142 46 2 140 40
Binary 10011110 111 11 0 1100000 1100010 100110 10 1100000 100000

Color Harmonies of #9E0703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0703

Black with #9E0703

Text Example


Text Example

White with #9E0703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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