Html Css Color HEX #86242C Flame Red

📋 copy color: '#86242C'

red 134 ◦ green 36 ◦ blue 44

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

Shades of Flame Red #86242C

Tints of Flame Red #86242C

RGB

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

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

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

R = 62.62%
G = 16.82%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#86242C (or 0x86242C) is known color: Flame Red. HEX triplet: 86, 24 and 2C. RGB value is (134,36,44). Sum of RGB (Red+Green+Blue) = 134+36+44=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86242C is #79DBD3. Grayscale: #424242. Windows color (decimal): -7986132 or 2892934. OLE color: 2892934.

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

Color convert

RGB 134 36 44 -
CMYK 0 0.73 0.67 0.47
HSL 355.1º 0.58% 0.33% -
HSV(B) 355.1º 0.73% 0.53% -
XYZ 10.92 6.51 3.06 -
YUV 66.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 134 36 44 0 0.73 0.67 0.47 355.1 0.58 0.33
Hex 86 24 2C 0 49 43 2F 163 3A 21
Octal 206 44 54 0 111 103 57 543 72 41
Binary 10000110 100100 101100 0 1001001 1000011 101111 101100011 111010 100001

Color Harmonies of #86242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86242C

Black with #86242C

Text Example


Text Example

White with #86242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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