#86202D

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

Shades of Flame Red #86202D

Tints of Flame Red #86202D

Color information

#86202D (or 0x86202D) is unknown color: approx Flame Red. HEX triplet: 86, 20 and 2D. RGB value is (134,32,45). Sum of RGB (Red+Green+Blue) = 134+32+45=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86202D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86202D is #79DFD2. Grayscale: #404040. Windows color (decimal): -7987155 or 2957446. OLE color: 2957446.

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

Color convert

RGB1343245-
CMYK00.760.660.47
HSL352.35º61.45%32.55%-
HSV(B)352.35º76.12%52.55%-
XYZ10.826.293.13-
YUV63.98117.29177.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 45 (17.97% from 255) = 21.33%
R=63.51%
G=15.17%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134324500.760.660.47352.3561.4532.55
Hex86202D04C422F1603d21
Octal20640550114102575407541
Binary10000110100000101101010011001000010101111101100000111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86202D; }

 p { color: rgb(134,32,45); }

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

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

 a { background-color: rgb(134,32,45); }

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

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

 span { border-color: rgb(134,32,45); }

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