Html Css Color HEX #86242D Flame Red

📋 copy color: '#86242D'

red 134 ◦ green 36 ◦ blue 45

#86242D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #86242D

Tints of Flame Red #86242D

RGB

 RED value IS 134 (52.73% from 255) = 62.33%

 GREEN value IS 36 (14.45% from 255) = 16.74%

 BLUE value IS 45 (17.97% from 255) = 20.93%

R = 62.33%
G = 16.74%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86242D (or 0x86242D) is known color: Flame Red. HEX triplet: 86, 24 and 2D. RGB value is (134,36,45). Sum of RGB (Red+Green+Blue) = 134+36+45=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86242D is #79DBD2. Grayscale: #424242. Windows color (decimal): -7986131 or 2958470. OLE color: 2958470.

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

Color convert

RGB 134 36 45 -
CMYK 0 0.73 0.66 0.47
HSL 354.49º 0.58% 0.33% -
HSV(B) 354.49º 0.73% 0.53% -
XYZ 10.94 6.52 3.16 -
YUV 66.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 134 36 45 0 0.73 0.66 0.47 354.49 0.58 0.33
Hex 86 24 2D 0 49 42 2F 162 3A 21
Octal 206 44 55 0 111 102 57 542 72 41
Binary 10000110 100100 101101 0 1001001 1000010 101111 101100010 111010 100001

Color Harmonies of #86242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86242D

Black with #86242D

Text Example


Text Example

White with #86242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86242D;
 }
 .AnyTagClassName
 {
   color: #86242D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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