Shades of Flame Red #811D21
Tints of Flame Red #811D21
RGB
CMYK
RGB Variations
Color information
#811D21 (or 0x811D21) is known color: Flame Red. HEX triplet: 81, 1D and 21. RGB value is (129,29,33). Sum of RGB (Red+Green+Blue) = 129+29+33=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #811D21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811D21 is #7EE2DE. Grayscale: #3B3B3B. Windows color (decimal): -8315615 or 2170241. OLE color: 2170241.
HSL color Cylindrical-coordinate representation of color #811D21: hue angle of 357.6º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #811D21 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 29 | 33 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.49 |
| HSL | 357.6º | 0.63% | 0.31% | - |
| HSV(B) | 357.6º | 0.78% | 0.51% | - |
| XYZ | 9.77 | 5.66 | 2.02 | - |
| YUV | 59.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 29 | 33 | 0 | 0.78 | 0.74 | 0.49 | 357.6 | 0.63 | 0.31 |
| Hex | 81 | 1D | 21 | 0 | 4E | 4A | 31 | 166 | 3F | 1F |
| Octal | 201 | 35 | 41 | 0 | 116 | 112 | 61 | 546 | 77 | 37 |
| Binary | 10000001 | 11101 | 100001 | 0 | 1001110 | 1001010 | 110001 | 101100110 | 111111 | 11111 |
Color Harmonies of #811D21
Complementary color
Monochromatic Colors of #811D21
Black with #811D21
Text Example
Text Example
White with #811D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811D21; }
p { color: rgb(129,29,33); }
H1.HeaderClassName
{
color: #811D21;
}
.AnyTagClassName
{
color: #811D21;
}
</style>
background-color css
<style>
a { background-color: #811D21; }
a { background-color: rgb(129,29,33); }
div.DivClassName
{
background-color: #811D21;
}
.BgClassName
{
background-color: #811D21;
}
</style>
border-color css
<style>
span { border-color: #811D21; }
span { border-color: rgb(129,29,33); }
td.TdClassName
{
border-color: #811D21;
}
.TagClassName
{
border-color: #811D21;
}
</style>