#861521

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

Shades of Flame Red #861521

Tints of Flame Red #861521

Color information

#861521 (or 0x861521) is unknown color: approx Flame Red. HEX triplet: 86, 15 and 21. RGB value is (134,21,33). Sum of RGB (Red+Green+Blue) = 134+21+33=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #861521 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861521 is #79EADE. Grayscale: #383838. Windows color (decimal): -7989983 or 2168198. OLE color: 2168198.

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

Color convert

RGB1342133-
CMYK00.840.750.47
HSL353.63º72.9%30.39%-
HSV(B)353.63º84.33%52.55%-
XYZ10.375.712-
YUV56.15114.94183.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 21 (8.59% from 255) = 11.17%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=71.28%
G=11.17%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134213300.840.750.47353.6372.930.39
Hex8615210544B2F162491e
Octal206254101241135754211136
Binary1000011010101100001010101001001011101111101100010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861521; }

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

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

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

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

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

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

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

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