#9E100E

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

Shades of Dark Red #9E100E

Tints of Dark Red #9E100E

Color information

#9E100E (or 0x9E100E) is unknown color: approx 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

RGB1581614-
CMYK00.900.910.38
HSL0.83º83.72%33.73%-
HSV(B)0.83º91.14%61.96%-
XYZ14.377.671.14-
YUV58.23103.04199.16-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158161400.900.910.380.8383.7233.73
Hex9E10E05A5B2615422
Octal2362016013213346112442
Binary1001111010000111001011010101101110011011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E100E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>