#861E21

Color #861E21 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #861E21

Tints of Flame Red #861E21

Color information

#861E21 (or 0x861E21) is unknown color: approx Flame Red. HEX triplet: 86, 1E and 21. RGB value is (134,30,33). Sum of RGB (Red+Green+Blue) = 134+30+33=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #861E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E21 is #79E1DE. Grayscale: #3D3D3D. Windows color (decimal): -7987679 or 2170502. OLE color: 2170502.

HSL color Cylindrical-coordinate representation of color #861E21: hue angle of 358.27º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E21 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1343033-
CMYK00.780.750.47
HSL358.27º63.41%32.16%-
HSV(B)358.27º77.61%52.55%-
XYZ10.576.112.06-
YUV61.44111.96179.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=68.02%
G=15.23%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134303300.780.750.47358.2763.4132.16
Hex861E2104E4B2F1663f20
Octal20636410116113575467740
Binary1000011011110100001010011101001011101111101100110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861E21; }

 p { color: rgb(134,30,33); }

 H1.HeaderClassName
 {
   color: #861E21;
 }
 .AnyTagClassName
 {
   color: #861E21;
 }
</style>
background-color css

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

 a { background-color: rgb(134,30,33); }

 div.DivClassName
 {
   background-color: #861E21;
 }
 .BgClassName
 {
   background-color: #861E21;
 }
</style>
border-color css

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

 span { border-color: rgb(134,30,33); }

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