#9E110E

Color #9E110E Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #9E110E

Tints of Dark Red #9E110E

Color information

#9E110E (or 0x9E110E) is unknown color: approx Dark Red. HEX triplet: 9E, 11 and 0E. RGB value is (158,17,14). Sum of RGB (Red+Green+Blue) = 158+17+14=189 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.60% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 158 - color contains mainly: red. Hex color #9E110E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E110E is #61EEF1. Grayscale: #3A3A3A. Windows color (decimal): -6418162 or 922014. OLE color: 922014.

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

Color convert

RGB1581714-
CMYK00.890.910.38
HSL1.25º83.72%33.73%-
HSV(B)1.25º91.14%61.96%-
XYZ14.387.71.14-
YUV58.82102.71198.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 83.60%
GREEN value IS 17 (7.03% from 255) = 8.99%
BLUE value IS 14 (5.86% from 255) = 7.41%
R=83.60%
G=8.99%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158171400.890.910.381.2583.7233.73
Hex9E11E0595B2615422
Octal2362116013113346112442
Binary1001111010001111001011001101101110011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E110E;
 }
 .AnyTagClassName
 {
   color: #9E110E;
 }
</style>
background-color css

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

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

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

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

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

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