Shades of Flame Red #851821
Tints of Flame Red #851821
RGB
CMYK
RGB Variations
Color information
#851821 (or 0x851821) is known color: Flame Red. HEX triplet: 85, 18 and 21. RGB value is (133,24,33). Sum of RGB (Red+Green+Blue) = 133+24+33=190 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 133 - color contains mainly: red. Hex color #851821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851821 is #7AE7DE. Grayscale: #393939. Windows color (decimal): -8054751 or 2168965. OLE color: 2168965.
HSL color Cylindrical-coordinate representation of color #851821: hue angle of 355.05º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851821 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 24 | 33 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.48 |
| HSL | 355.05º | 0.69% | 0.31% | - |
| HSV(B) | 355.05º | 0.82% | 0.52% | - |
| XYZ | 10.27 | 5.75 | 2.01 | - |
| YUV | 57.62 | 114.11 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 24 | 33 | 0 | 0.82 | 0.75 | 0.48 | 355.05 | 0.69 | 0.31 |
| Hex | 85 | 18 | 21 | 0 | 52 | 4B | 30 | 163 | 45 | 1F |
| Octal | 205 | 30 | 41 | 0 | 122 | 113 | 60 | 543 | 105 | 37 |
| Binary | 10000101 | 11000 | 100001 | 0 | 1010010 | 1001011 | 110000 | 101100011 | 1000101 | 11111 |
Color Harmonies of #851821
Complementary color
Monochromatic Colors of #851821
Black with #851821
Text Example
Text Example
White with #851821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851821; }
p { color: rgb(133,24,33); }
H1.HeaderClassName
{
color: #851821;
}
.AnyTagClassName
{
color: #851821;
}
</style>
background-color css
<style>
a { background-color: #851821; }
a { background-color: rgb(133,24,33); }
div.DivClassName
{
background-color: #851821;
}
.BgClassName
{
background-color: #851821;
}
</style>
border-color css
<style>
span { border-color: #851821; }
span { border-color: rgb(133,24,33); }
td.TdClassName
{
border-color: #851821;
}
.TagClassName
{
border-color: #851821;
}
</style>