#86252A

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

Shades of Flame Red #86252A

Tints of Flame Red #86252A

Color information

#86252A (or 0x86252A) is unknown color: approx Flame Red. HEX triplet: 86, 25 and 2A. RGB value is (134,37,42). Sum of RGB (Red+Green+Blue) = 134+37+42=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86252A is #79DAD5. Grayscale: #424242. Windows color (decimal): -7985878 or 2762118. OLE color: 2762118.

HSL color Cylindrical-coordinate representation of color #86252A: hue angle of 356.91º 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 #86252A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1343742-
CMYK00.720.690.47
HSL356.91º56.73%33.53%-
HSV(B)356.91º72.39%52.55%-
XYZ10.916.562.88-
YUV66.57114.14176.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 37 (14.84% from 255) = 17.37%
BLUE value IS 42 (16.80% from 255) = 19.72%
R=62.91%
G=17.37%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134374200.720.690.47356.9156.7333.53
Hex86252A048452F1653922
Octal20645520110105575457142
Binary10000110100101101010010010001000101101111101100101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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