Html Css Color HEX #86242F Flame Red

📋 copy color: '#86242F'

red 134 ◦ green 36 ◦ blue 47

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

Shades of Flame Red #86242F

Tints of Flame Red #86242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.66%

R = 61.75%
G = 16.59%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86242F (or 0x86242F) is known color: Flame Red. HEX triplet: 86, 24 and 2F. RGB value is (134,36,47). Sum of RGB (Red+Green+Blue) = 134+36+47=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86242F is #79DBD0. Grayscale: #424242. Windows color (decimal): -7986129 or 3089542. OLE color: 3089542.

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

Color convert

RGB 134 36 47 -
CMYK 0 0.73 0.65 0.47
HSL 353.27º 0.58% 0.33% -
HSV(B) 353.27º 0.73% 0.53% -
XYZ 10.98 6.54 3.37 -
YUV 66.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 134 36 47 0 0.73 0.65 0.47 353.27 0.58 0.33
Hex 86 24 2F 0 49 41 2F 161 3A 21
Octal 206 44 57 0 111 101 57 541 72 41
Binary 10000110 100100 101111 0 1001001 1000001 101111 101100001 111010 100001

Color Harmonies of #86242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86242F

Black with #86242F

Text Example


Text Example

White with #86242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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