#86242A

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

Shades of Flame Red #86242A

Tints of Flame Red #86242A

Color information

#86242A (or 0x86242A) is unknown color: approx Flame Red. HEX triplet: 86, 24 and 2A. RGB value is (134,36,42). Sum of RGB (Red+Green+Blue) = 134+36+42=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #86242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86242A is #79DBD5. Grayscale: #424242. Windows color (decimal): -7986134 or 2761862. OLE color: 2761862.

HSL color Cylindrical-coordinate representation of color #86242A: hue angle of 356.33º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86242A is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1343642-
CMYK00.730.690.47
HSL356.33º57.65%33.33%-
HSV(B)356.33º73.13%52.55%-
XYZ10.886.52.87-
YUV65.99114.47176.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.21%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=63.21%
G=16.98%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134364200.730.690.47356.3357.6533.33
Hex86242A049452F1643a21
Octal20644520111105575447241
Binary10000110100100101010010010011000101101111101100100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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