Shades of Flame Red #802021
Tints of Flame Red #802021
RGB
CMYK
RGB Variations
Color information
#802021 (or 0x802021) is known color: Flame Red. HEX triplet: 80, 20 and 21. RGB value is (128,32,33). Sum of RGB (Red+Green+Blue) = 128+32+33=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #802021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802021 is #7FDFDE. Grayscale: #3C3C3C. Windows color (decimal): -8380383 or 2171008. OLE color: 2171008.
HSL color Cylindrical-coordinate representation of color #802021: hue angle of 359.38º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802021 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 33 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.50 |
| HSL | 359.38º | 0.6% | 0.31% | - |
| HSV(B) | 359.38º | 0.75% | 0.5% | - |
| XYZ | 9.69 | 5.73 | 2.03 | - |
| YUV | 60.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 33 | 0 | 0.75 | 0.74 | 0.50 | 359.38 | 0.6 | 0.31 |
| Hex | 80 | 20 | 21 | 0 | 4B | 4A | 32 | 167 | 3C | 1F |
| Octal | 200 | 40 | 41 | 0 | 113 | 112 | 62 | 547 | 74 | 37 |
| Binary | 10000000 | 100000 | 100001 | 0 | 1001011 | 1001010 | 110010 | 101100111 | 111100 | 11111 |
Color Harmonies of #802021
Complementary color
Monochromatic Colors of #802021
Black with #802021
Text Example
Text Example
White with #802021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802021; }
p { color: rgb(128,32,33); }
H1.HeaderClassName
{
color: #802021;
}
.AnyTagClassName
{
color: #802021;
}
</style>
background-color css
<style>
a { background-color: #802021; }
a { background-color: rgb(128,32,33); }
div.DivClassName
{
background-color: #802021;
}
.BgClassName
{
background-color: #802021;
}
</style>
border-color css
<style>
span { border-color: #802021; }
span { border-color: rgb(128,32,33); }
td.TdClassName
{
border-color: #802021;
}
.TagClassName
{
border-color: #802021;
}
</style>