Html Css Color HEX #9E0303 Dark Red

📋 copy color: '#9E0303'

red 158 ◦ green 3 ◦ blue 3

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

Shades of Dark Red #9E0303

Tints of Dark Red #9E0303

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.83%

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

R = 96.34%
G = 1.83%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#9E0303 (or 0x9E0303) is known color: Dark Red. HEX triplet: 9E, 03 and 03. RGB value is (158,3,3). Sum of RGB (Red+Green+Blue) = 158+3+3=164 (21% of max value = 765). Red value is 158 (62.11% from 255 or 96.34% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0303 is #61FCFC. Grayscale: #313131. Windows color (decimal): -6421757 or 197534. OLE color: 197534.

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

Color convert

RGB 158 3 3 -
CMYK 0 0.98 0.98 0.38
HSL 0.96% 0.32% -
HSV(B) 0.98% 0.62% -
XYZ 14.15 7.34 0.76 -
YUV 49.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 158 3 3 0 0.98 0.98 0.38 0 0.96 0.32
Hex 9E 3 3 0 62 62 26 0 60 20
Octal 236 3 3 0 142 142 46 0 140 40
Binary 10011110 11 11 0 1100010 1100010 100110 0 1100000 100000

Color Harmonies of #9E0303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0303

Black with #9E0303

Text Example


Text Example

White with #9E0303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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