#880214

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

Shades of Carmine #880214

Tints of Carmine #880214

Color information

#880214 (or 0x880214) is unknown color: approx Carmine. HEX triplet: 88, 02 and 14. RGB value is (136,2,20). Sum of RGB (Red+Green+Blue) = 136+2+20=158 (20% of max value = 765). Red value is 136 (53.52% from 255 or 86.08% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 136 - color contains mainly: red. Hex color #880214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880214 is #77FDEB. Grayscale: #2C2C2C. Windows color (decimal): -7863788 or 1311368. OLE color: 1311368.

HSL color Cylindrical-coordinate representation of color #880214: hue angle of 351.94º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880214 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB136220-
CMYK00.990.850.47
HSL351.94º97.1%27.06%-
HSV(B)351.94º98.53%53.33%-
XYZ10.35.331.15-
YUV44.12114.39193.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 86.08%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=86.08%
G=1.27%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13622000.990.850.47351.9497.127.06
Hex88214063552F160611b
Octal21022401431255754014133
Binary100010001010100011000111010101101111101100000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880214; }

 p { color: rgb(136,2,20); }

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

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

 a { background-color: rgb(136,2,20); }

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

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

 span { border-color: rgb(136,2,20); }

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