#86212C

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

Shades of Flame Red #86212C

Tints of Flame Red #86212C

Color information

#86212C (or 0x86212C) is unknown color: approx Flame Red. HEX triplet: 86, 21 and 2C. RGB value is (134,33,44). Sum of RGB (Red+Green+Blue) = 134+33+44=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86212C is #79DED3. Grayscale: #404040. Windows color (decimal): -7986900 or 2892166. OLE color: 2892166.

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

Color convert

RGB1343344-
CMYK00.750.670.47
HSL353.47º60.48%32.75%-
HSV(B)353.47º75.37%52.55%-
XYZ10.836.343.04-
YUV64.45116.46177.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 44 (17.58% from 255) = 20.85%
R=63.51%
G=15.64%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134334400.750.670.47353.4760.4832.75
Hex86212C04B432F1613c21
Octal20641540113103575417441
Binary10000110100001101100010010111000011101111101100001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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