#87212b

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

Shades of Flame Red #87212B

Tints of Flame Red #87212B

Color information

#87212B (or 0x87212B) is unknown color: approx Flame Red. HEX triplet: 87, 21 and 2B. RGB value is (135,33,43). Sum of RGB (Red+Green+Blue) = 135+33+43=211 (27% of max value = 765). Red value is 135 (53.12% from 255 or 63.98% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 135 - color contains mainly: red. Hex color #87212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87212B is #78DED4. Grayscale: #404040. Windows color (decimal): -7921365 or 2826631. OLE color: 2826631.

HSL color Cylindrical-coordinate representation of color #87212B: hue angle of 354.12º 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 #87212B is Cyan = 0, Magento = 0.76, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1353343-
CMYK00.760.680.47
HSL354.12º60.71%32.94%-
HSV(B)354.12º75.56%52.94%-
XYZ10.976.412.95-
YUV64.64115.79178.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 63.98%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 43 (17.19% from 255) = 20.38%
R=63.98%
G=15.64%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135334300.760.680.47354.1260.7132.94
Hex87212B04C442F1623d21
Octal20741530114104575427541
Binary10000111100001101011010011001000100101111101100010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87212b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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