#87212C

Color #87212C Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #87212C

Tints of Flame Red #87212C

Color information

#87212C (or 0x87212C) is unknown color: approx Flame Red. HEX triplet: 87, 21 and 2C. RGB value is (135,33,44). Sum of RGB (Red+Green+Blue) = 135+33+44=212 (28% of max value = 765). Red value is 135 (53.12% from 255 or 63.68% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 135 - color contains mainly: red. Hex color #87212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87212C is #78DED3. Grayscale: #404040. Windows color (decimal): -7921364 or 2892167. OLE color: 2892167.

HSL color Cylindrical-coordinate representation of color #87212C: hue angle of 353.53º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #87212C is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1353344-
CMYK00.760.670.47
HSL353.53º60.71%32.94%-
HSV(B)353.53º75.56%52.94%-
XYZ10.996.423.04-
YUV64.75116.29178.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.68%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 44 (17.58% from 255) = 20.75%
R=63.68%
G=15.57%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135334400.760.670.47353.5360.7132.94
Hex87212C04C432F1623d21
Octal20741540114103575427541
Binary10000111100001101100010011001000011101111101100010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87212C; }

 p { color: rgb(135,33,44); }

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

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

 a { background-color: rgb(135,33,44); }

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

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

 span { border-color: rgb(135,33,44); }

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