Html Css Color HEX #86151F Flame Red

📋 copy color: '#86151F'

red 134 ◦ green 21 ◦ blue 31

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

Shades of Flame Red #86151F

Tints of Flame Red #86151F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.29%

 BLUE value IS 31 (12.5% from 255) = 16.67%

R = 72.04%
G = 11.29%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86151F (or 0x86151F) is known color: Flame Red. HEX triplet: 86, 15 and 1F. RGB value is (134,21,31). Sum of RGB (Red+Green+Blue) = 134+21+31=186 (24% of max value = 765). Red value is 134 (52.73% from 255 or 72.04% from 186); Green value is 21 (8.59% from 255 or 11.29% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 134 - color contains mainly: red. Hex color #86151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86151F is #79EAE0. Grayscale: #383838. Windows color (decimal): -7989985 or 2037126. OLE color: 2037126.

HSL color Cylindrical-coordinate representation of color #86151F: hue angle of 354.69º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86151F is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 21 31 -
CMYK 0 0.84 0.77 0.47
HSL 354.69º 0.73% 0.3% -
HSV(B) 354.69º 0.84% 0.53% -
XYZ 10.35 5.7 1.85 -
YUV 55.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 134 21 31 0 0.84 0.77 0.47 354.69 0.73 0.3
Hex 86 15 1F 0 54 4D 2F 163 49 1E
Octal 206 25 37 0 124 115 57 543 111 36
Binary 10000110 10101 11111 0 1010100 1001101 101111 101100011 1001001 11110

Color Harmonies of #86151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86151F

Black with #86151F

Text Example


Text Example

White with #86151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,21,31); }

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

background-color css

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

 a { background-color: rgb(134,21,31); }

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

border-color css

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

 span { border-color: rgb(134,21,31); }

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