#86212B

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

Shades of Flame Red #86212B

Tints of Flame Red #86212B

Color information

#86212B (or 0x86212B) is unknown color: approx Flame Red. HEX triplet: 86, 21 and 2B. RGB value is (134,33,43). Sum of RGB (Red+Green+Blue) = 134+33+43=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #86212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86212B is #79DED4. Grayscale: #404040. Windows color (decimal): -7986901 or 2826630. OLE color: 2826630.

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

Color convert

RGB1343343-
CMYK00.750.680.47
HSL354.06º60.48%32.75%-
HSV(B)354.06º75.37%52.55%-
XYZ10.816.332.94-
YUV64.34115.96177.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.81%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=63.81%
G=15.71%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134334300.750.680.47354.0660.4832.75
Hex86212B04B442F1623c21
Octal20641530113104575427441
Binary10000110100001101011010010111000100101111101100010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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