#8E1417

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

Shades of Carmine #8E1417

Tints of Carmine #8E1417

Color information

#8E1417 (or 0x8E1417) is unknown color: approx Carmine. HEX triplet: 8E, 14 and 17. RGB value is (142,20,23). Sum of RGB (Red+Green+Blue) = 142+20+23=185 (24% of max value = 765). Red value is 142 (55.86% from 255 or 76.76% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E1417 is #71EBE8. Grayscale: #383838. Windows color (decimal): -7465961 or 1512590. OLE color: 1512590.

HSL color Cylindrical-coordinate representation of color #8E1417: hue angle of 358.52º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E1417 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB1422023-
CMYK00.860.840.44
HSL358.52º75.31%31.76%-
HSV(B)358.52º85.92%55.69%-
XYZ11.566.311.42-
YUV56.82108.92188.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 76.76%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 23 (9.38% from 255) = 12.43%
R=76.76%
G=10.81%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.84
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142202300.860.840.44358.5275.3131.76
Hex8E1417056542C1674b20
Octal216242701261245454711340
Binary1000111010100101110101011010101001011001011001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E1417; }

 p { color: rgb(142,20,23); }

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

<style>
 a { background-color: #8E1417; }

 a { background-color: rgb(142,20,23); }

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

<style>
 span { border-color: #8E1417; }

 span { border-color: rgb(142,20,23); }

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