Html Css Color HEX #86252F Flame Red

📋 copy color: '#86252F'

red 134 ◦ green 37 ◦ blue 47

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

Shades of Flame Red #86252F

Tints of Flame Red #86252F

RGB

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

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

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

R = 61.47%
G = 16.97%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#86252F (or 0x86252F) is known color: Flame Red. HEX triplet: 86, 25 and 2F. RGB value is (134,37,47). Sum of RGB (Red+Green+Blue) = 134+37+47=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #86252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86252F is #79DAD0. Grayscale: #434343. Windows color (decimal): -7985873 or 3089798. OLE color: 3089798.

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

Color convert

RGB 134 37 47 -
CMYK 0 0.72 0.65 0.47
HSL 353.81º 0.57% 0.34% -
HSV(B) 353.81º 0.72% 0.53% -
XYZ 11.01 6.6 3.38 -
YUV 67.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 134 37 47 0 0.72 0.65 0.47 353.81 0.57 0.34
Hex 86 25 2F 0 48 41 2F 162 39 22
Octal 206 45 57 0 110 101 57 542 71 42
Binary 10000110 100101 101111 0 1001000 1000001 101111 101100010 111001 100010

Color Harmonies of #86252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86252F

Black with #86252F

Text Example


Text Example

White with #86252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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