Html Css Color HEX #9E100B Dark Red

📋 copy color: '#9E100B'

red 158 ◦ green 16 ◦ blue 11

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

Shades of Dark Red #9E100B

Tints of Dark Red #9E100B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

 BLUE value IS 11 (4.69% from 255) = 5.95%

R = 85.41%
G = 8.65%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9E100B (or 0x9E100B) is known color: Dark Red. HEX triplet: 9E, 10 and 0B. RGB value is (158,16,11). Sum of RGB (Red+Green+Blue) = 158+16+11=185 (24% of max value = 765). Red value is 158 (62.11% from 255 or 85.41% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 158 - color contains mainly: red. Hex color #9E100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E100B is #61EFF4. Grayscale: #3A3A3A. Windows color (decimal): -6418421 or 725150. OLE color: 725150.

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

Color convert

RGB 158 16 11 -
CMYK 0 0.90 0.93 0.38
HSL 2.04º 0.87% 0.33% -
HSV(B) 2.04º 0.93% 0.62% -
XYZ 14.35 7.66 1.04 -
YUV 57.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 158 16 11 0 0.90 0.93 0.38 2.04 0.87 0.33
Hex 9E 10 B 0 5A 5D 26 2 57 21
Octal 236 20 13 0 132 135 46 2 127 41
Binary 10011110 10000 1011 0 1011010 1011101 100110 10 1010111 100001

Color Harmonies of #9E100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E100B

Black with #9E100B

Text Example


Text Example

White with #9E100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,16,11); }

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

background-color css

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

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

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

border-color css

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

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

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