Html Css Color HEX #86292C Flame Red

📋 copy color: '#86292C'

red 134 ◦ green 41 ◦ blue 44

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

Shades of Flame Red #86292C

Tints of Flame Red #86292C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.09%

R = 61.19%
G = 18.72%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86292C (or 0x86292C) is known color: Flame Red. HEX triplet: 86, 29 and 2C. RGB value is (134,41,44). Sum of RGB (Red+Green+Blue) = 134+41+44=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #86292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86292C is #79D6D3. Grayscale: #454545. Windows color (decimal): -7984852 or 2894214. OLE color: 2894214.

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

Color convert

RGB 134 41 44 -
CMYK 0 0.69 0.67 0.47
HSL 358.06º 0.53% 0.34% -
HSV(B) 358.06º 0.69% 0.53% -
XYZ 11.08 6.84 3.12 -
YUV 69.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 134 41 44 0 0.69 0.67 0.47 358.06 0.53 0.34
Hex 86 29 2C 0 45 43 2F 166 35 22
Octal 206 51 54 0 105 103 57 546 65 42
Binary 10000110 101001 101100 0 1000101 1000011 101111 101100110 110101 100010

Color Harmonies of #86292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86292C

Black with #86292C

Text Example


Text Example

White with #86292C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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