Html Css Color HEX #861820 Flame Red

📋 copy color: '#861820'

red 134 ◦ green 24 ◦ blue 32

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

Shades of Flame Red #861820

Tints of Flame Red #861820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.63%

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

R = 70.53%
G = 12.63%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#861820 (or 0x861820) is known color: Flame Red. HEX triplet: 86, 18 and 20. RGB value is (134,24,32). Sum of RGB (Red+Green+Blue) = 134+24+32=190 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.53% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 32 (12.89% from 255 or 16.84% from 190); Max value from RGB is 134 - color contains mainly: red. Hex color #861820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861820 is #79E7DF. Grayscale: #393939. Windows color (decimal): -7989216 or 2103430. OLE color: 2103430.

HSL color Cylindrical-coordinate representation of color #861820: hue angle of 355.64º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861820 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 24 32 -
CMYK 0 0.82 0.76 0.47
HSL 355.64º 0.7% 0.31% -
HSV(B) 355.64º 0.82% 0.53% -
XYZ 10.42 5.83 1.94 -
YUV 57.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 134 24 32 0 0.82 0.76 0.47 355.64 0.7 0.31
Hex 86 18 20 0 52 4C 2F 164 46 1F
Octal 206 30 40 0 122 114 57 544 106 37
Binary 10000110 11000 100000 0 1010010 1001100 101111 101100100 1000110 11111

Color Harmonies of #861820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861820

Black with #861820

Text Example


Text Example

White with #861820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861820; }

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

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

background-color css

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

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

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

border-color css

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

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

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