#851C20

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

Shades of Flame Red #851C20

Tints of Flame Red #851C20

Color information

#851C20 (or 0x851C20) is unknown color: approx Flame Red. HEX triplet: 85, 1C and 20. RGB value is (133,28,32). Sum of RGB (Red+Green+Blue) = 133+28+32=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #851C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C20 is #7AE3DF. Grayscale: #3B3B3B. Windows color (decimal): -8053728 or 2104453. OLE color: 2104453.

HSL color Cylindrical-coordinate representation of color #851C20: hue angle of 357.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C20 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB1332832-
CMYK00.790.760.48
HSL357.71º65.22%31.57%-
HSV(B)357.71º78.95%52.16%-
XYZ10.355.921.96-
YUV59.85112.29180.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.91%
GREEN value IS 28 (11.33% from 255) = 14.51%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=68.91%
G=14.51%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133283200.790.760.48357.7165.2231.57
Hex851C2004F4C301664120
Octal205344001171146054610140
Binary10000101111001000000100111110011001100001011001101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851C20; }

 p { color: rgb(133,28,32); }

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

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

 a { background-color: rgb(133,28,32); }

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

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

 span { border-color: rgb(133,28,32); }

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