Html Css Color HEX #86292F Flame Red

📋 copy color: '#86292F'

red 134 ◦ green 41 ◦ blue 47

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

Shades of Flame Red #86292F

Tints of Flame Red #86292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.47%

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

R = 60.36%
G = 18.47%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86292F (or 0x86292F) is known color: Flame Red. HEX triplet: 86, 29 and 2F. RGB value is (134,41,47). Sum of RGB (Red+Green+Blue) = 134+41+47=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #86292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86292F is #79D6D0. Grayscale: #454545. Windows color (decimal): -7984849 or 3090822. OLE color: 3090822.

HSL color Cylindrical-coordinate representation of color #86292F: hue angle of 356.13º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86292F is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 47 -
CMYK 0 0.69 0.65 0.47
HSL 356.13º 0.53% 0.34% -
HSV(B) 356.13º 0.69% 0.53% -
XYZ 11.14 6.86 3.43 -
YUV 69.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 134 41 47 0 0.69 0.65 0.47 356.13 0.53 0.34
Hex 86 29 2F 0 45 41 2F 164 35 22
Octal 206 51 57 0 105 101 57 544 65 42
Binary 10000110 101001 101111 0 1000101 1000001 101111 101100100 110101 100010

Color Harmonies of #86292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86292F

Black with #86292F

Text Example


Text Example

White with #86292F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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