Html Css Color HEX #861920 Flame Red

📋 copy color: '#861920'

red 134 ◦ green 25 ◦ blue 32

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

Shades of Flame Red #861920

Tints of Flame Red #861920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 16.75%

R = 70.16%
G = 13.09%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#861920 (or 0x861920) is known color: Flame Red. HEX triplet: 86, 19 and 20. RGB value is (134,25,32). Sum of RGB (Red+Green+Blue) = 134+25+32=191 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.16% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 134 - color contains mainly: red. Hex color #861920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861920 is #79E6DF. Grayscale: #3A3A3A. Windows color (decimal): -7988960 or 2103686. OLE color: 2103686.

HSL color Cylindrical-coordinate representation of color #861920: hue angle of 356.15º 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 #861920 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 25 32 -
CMYK 0 0.81 0.76 0.47
HSL 356.15º 0.69% 0.31% -
HSV(B) 356.15º 0.81% 0.53% -
XYZ 10.44 5.87 1.95 -
YUV 58.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 134 25 32 0 0.81 0.76 0.47 356.15 0.69 0.31
Hex 86 19 20 0 51 4C 2F 164 45 1F
Octal 206 31 40 0 121 114 57 544 105 37
Binary 10000110 11001 100000 0 1010001 1001100 101111 101100100 1000101 11111

Color Harmonies of #861920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861920

Black with #861920

Text Example


Text Example

White with #861920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861920; }

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

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

background-color css

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

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

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

border-color css

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

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

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