#9E110F

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

Shades of Dark Red #9E110F

Tints of Dark Red #9E110F

Color information

#9E110F (or 0x9E110F) is unknown color: approx Dark Red. HEX triplet: 9E, 11 and 0F. RGB value is (158,17,15). Sum of RGB (Red+Green+Blue) = 158+17+15=190 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.16% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 158 - color contains mainly: red. Hex color #9E110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E110F is #61EEF0. Grayscale: #3B3B3B. Windows color (decimal): -6418161 or 987550. OLE color: 987550.

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

Color convert

RGB1581715-
CMYK00.890.910.38
HSL0.84º82.66%33.92%-
HSV(B)0.84º90.51%61.96%-
XYZ14.397.71.18-
YUV58.93103.21198.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 83.16%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=83.16%
G=8.95%
B=7.89%

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
Decimal158171500.890.910.380.8482.6633.92
Hex9E11F0595B2615322
Octal2362117013113346112342
Binary1001111010001111101011001101101110011011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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