#9e1418

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

Shades of Carmine #9E1418

Tints of Carmine #9E1418

Color information

#9E1418 (or 0x9E1418) is unknown color: approx Carmine. HEX triplet: 9E, 14 and 18. RGB value is (158,20,24). Sum of RGB (Red+Green+Blue) = 158+20+24=202 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.22% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1418 is #61EBE7. Grayscale: #3D3D3D. Windows color (decimal): -6417384 or 1578142. OLE color: 1578142.

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

Color convert

RGB1582024-
CMYK00.870.850.38
HSL358.26º77.53%34.9%-
HSV(B)358.26º87.34%61.96%-
XYZ14.527.841.61-
YUV61.72106.72196.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 78.22%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 24 (9.77% from 255) = 11.88%
R=78.22%
G=9.90%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158202400.870.850.38358.2677.5334.9
Hex9E141805755261664e23
Octal236243001271254654611643
Binary1001111010100110000101011110101011001101011001101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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