#9E1718

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

Shades of Carmine #9E1718

Tints of Carmine #9E1718

Color information

#9E1718 (or 0x9E1718) is unknown color: approx Carmine. HEX triplet: 9E, 17 and 18. RGB value is (158,23,24). Sum of RGB (Red+Green+Blue) = 158+23+24=205 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.07% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1718 is #61E8E7. Grayscale: #3F3F3F. Windows color (decimal): -6416616 or 1578910. OLE color: 1578910.

HSL color Cylindrical-coordinate representation of color #9E1718: hue angle of 359.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1718 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB1582324-
CMYK00.850.850.38
HSL359.56º74.59%35.49%-
HSV(B)359.56º85.44%61.96%-
XYZ14.577.951.63-
YUV63.48105.73195.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 77.07%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 24 (9.77% from 255) = 11.71%
R=77.07%
G=11.22%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158232400.850.850.38359.5674.5935.49
Hex9E171805555261684b23
Octal236273001251254655011343
Binary1001111010111110000101010110101011001101011010001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,23,24); }

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

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

 a { background-color: rgb(158,23,24); }

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

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

 span { border-color: rgb(158,23,24); }

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