Html Css Color HEX #9E100E Dark Red

📋 copy color: '#9E100E'

red 158 ◦ green 16 ◦ blue 14

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

Shades of Dark Red #9E100E

Tints of Dark Red #9E100E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 84.04%
G = 8.51%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9E100E (or 0x9E100E) is known color: Dark Red. HEX triplet: 9E, 10 and 0E. RGB value is (158,16,14). Sum of RGB (Red+Green+Blue) = 158+16+14=188 (24% of max value = 765). Red value is 158 (62.11% from 255 or 84.04% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 158 - color contains mainly: red. Hex color #9E100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E100E is #61EFF1. Grayscale: #3A3A3A. Windows color (decimal): -6418418 or 921758. OLE color: 921758.

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

Color convert

RGB 158 16 14 -
CMYK 0 0.90 0.91 0.38
HSL 0.83º 0.84% 0.34% -
HSV(B) 0.83º 0.91% 0.62% -
XYZ 14.37 7.67 1.14 -
YUV 58.23 103.04 199.16 -
System Red Green Blue C M Y K H S L
Decimal 158 16 14 0 0.90 0.91 0.38 0.83 0.84 0.34
Hex 9E 10 E 0 5A 5B 26 1 54 22
Octal 236 20 16 0 132 133 46 1 124 42
Binary 10011110 10000 1110 0 1011010 1011011 100110 1 1010100 100010

Color Harmonies of #9E100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E100E

Black with #9E100E

Text Example


Text Example

White with #9E100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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