#851621

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

Shades of Flame Red #851621

Tints of Flame Red #851621

Color information

#851621 (or 0x851621) is unknown color: approx Flame Red. HEX triplet: 85, 16 and 21. RGB value is (133,22,33). Sum of RGB (Red+Green+Blue) = 133+22+33=188 (24% of max value = 765). Red value is 133 (52.34% from 255 or 70.74% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 133 - color contains mainly: red. Hex color #851621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851621 is #7AE9DE. Grayscale: #383838. Windows color (decimal): -8055263 or 2168453. OLE color: 2168453.

HSL color Cylindrical-coordinate representation of color #851621: hue angle of 354.05º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851621 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB1332233-
CMYK00.830.750.48
HSL354.05º71.61%30.39%-
HSV(B)354.05º83.46%52.16%-
XYZ10.235.671.99-
YUV56.44114.77182.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 70.74%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 33 (13.28% from 255) = 17.55%
R=70.74%
G=11.70%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133223300.830.750.48354.0571.6130.39
Hex8516210534B30162481e
Octal205264101231136054211036
Binary1000010110110100001010100111001011110000101100010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851621; }

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

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

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

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

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

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

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

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