#851C21

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

Shades of Flame Red #851C21

Tints of Flame Red #851C21

Color information

#851C21 (or 0x851C21) is unknown color: approx Flame Red. HEX triplet: 85, 1C and 21. RGB value is (133,28,33). Sum of RGB (Red+Green+Blue) = 133+28+33=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 33 (13.28% from 255 or 17.01% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #851C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C21 is #7AE3DE. Grayscale: #3C3C3C. Windows color (decimal): -8053727 or 2169989. OLE color: 2169989.

HSL color Cylindrical-coordinate representation of color #851C21: hue angle of 357.14º 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 #851C21 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB1332833-
CMYK00.790.750.48
HSL357.14º65.22%31.57%-
HSV(B)357.14º78.95%52.16%-
XYZ10.365.932.04-
YUV59.96112.79180.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.56%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 33 (13.28% from 255) = 17.01%
R=68.56%
G=14.43%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133283300.790.750.48357.1465.2231.57
Hex851C2104F4B301654120
Octal205344101171136054510140
Binary10000101111001000010100111110010111100001011001011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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