Html Css Color HEX #86252D Flame Red

📋 copy color: '#86252D'

red 134 ◦ green 37 ◦ blue 45

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

Shades of Flame Red #86252D

Tints of Flame Red #86252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

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

R = 62.04%
G = 17.13%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#86252D (or 0x86252D) is known color: Flame Red. HEX triplet: 86, 25 and 2D. RGB value is (134,37,45). Sum of RGB (Red+Green+Blue) = 134+37+45=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86252D is #79DAD2. Grayscale: #424242. Windows color (decimal): -7985875 or 2958726. OLE color: 2958726.

HSL color Cylindrical-coordinate representation of color #86252D: hue angle of 355.05º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86252D is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 45 -
CMYK 0 0.72 0.66 0.47
HSL 355.05º 0.57% 0.34% -
HSV(B) 355.05º 0.72% 0.53% -
XYZ 10.97 6.58 3.17 -
YUV 66.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 134 37 45 0 0.72 0.66 0.47 355.05 0.57 0.34
Hex 86 25 2D 0 48 42 2F 163 39 22
Octal 206 45 55 0 110 102 57 543 71 42
Binary 10000110 100101 101101 0 1001000 1000010 101111 101100011 111001 100010

Color Harmonies of #86252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86252D

Black with #86252D

Text Example


Text Example

White with #86252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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