#86252E

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

Shades of Flame Red #86252E

Tints of Flame Red #86252E

Color information

#86252E (or 0x86252E) is unknown color: approx Flame Red. HEX triplet: 86, 25 and 2E. RGB value is (134,37,46). Sum of RGB (Red+Green+Blue) = 134+37+46=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86252E is #79DAD1. Grayscale: #434343. Windows color (decimal): -7985874 or 3024262. OLE color: 3024262.

HSL color Cylindrical-coordinate representation of color #86252E: hue angle of 354.43º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86252E is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1343746-
CMYK00.720.660.47
HSL354.43º56.73%33.53%-
HSV(B)354.43º72.39%52.55%-
XYZ10.996.593.28-
YUV67.03116.14175.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=61.75%
G=17.05%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134374600.720.660.47354.4356.7333.53
Hex86252E048422F1623922
Octal20645560110102575427142
Binary10000110100101101110010010001000010101111101100010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86252E; }

 p { color: rgb(134,37,46); }

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

<style>
 a { background-color: #86252E; }

 a { background-color: rgb(134,37,46); }

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

<style>
 span { border-color: #86252E; }

 span { border-color: rgb(134,37,46); }

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