#8E1421

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

Shades of Carmine #8E1421

Tints of Carmine #8E1421

Color information

#8E1421 (or 0x8E1421) is unknown color: approx Carmine. HEX triplet: 8E, 14 and 21. RGB value is (142,20,33). Sum of RGB (Red+Green+Blue) = 142+20+33=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1421 is #71EBDE. Grayscale: #3A3A3A. Windows color (decimal): -7465951 or 2167950. OLE color: 2167950.

HSL color Cylindrical-coordinate representation of color #8E1421: hue angle of 353.61º 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 #8E1421 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB1422033-
CMYK00.860.770.44
HSL353.61º75.31%31.76%-
HSV(B)353.61º85.92%55.69%-
XYZ11.686.362.05-
YUV57.96113.92187.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.82%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=72.82%
G=10.26%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142203300.860.770.44353.6175.3131.76
Hex8E14210564D2C1624b20
Octal216244101261155454211340
Binary10001110101001000010101011010011011011001011000101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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