Html Css Color HEX #86191F Flame Red

📋 copy color: '#86191F'

red 134 ◦ green 25 ◦ blue 31

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

Shades of Flame Red #86191F

Tints of Flame Red #86191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.16%

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

R = 70.53%
G = 13.16%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#86191F (or 0x86191F) is known color: Flame Red. HEX triplet: 86, 19 and 1F. RGB value is (134,25,31). Sum of RGB (Red+Green+Blue) = 134+25+31=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #86191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86191F is #79E6E0. Grayscale: #3A3A3A. Windows color (decimal): -7988961 or 2038150. OLE color: 2038150.

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

Color convert

RGB 134 25 31 -
CMYK 0 0.81 0.77 0.47
HSL 356.7º 0.69% 0.31% -
HSV(B) 356.7º 0.81% 0.53% -
XYZ 10.43 5.86 1.88 -
YUV 58.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 134 25 31 0 0.81 0.77 0.47 356.7 0.69 0.31
Hex 86 19 1F 0 51 4D 2F 165 45 1F
Octal 206 31 37 0 121 115 57 545 105 37
Binary 10000110 11001 11111 0 1010001 1001101 101111 101100101 1000101 11111

Color Harmonies of #86191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86191F

Black with #86191F

Text Example


Text Example

White with #86191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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