Shades of Flame Red #811B21
Tints of Flame Red #811B21
RGB
CMYK
RGB Variations
Color information
#811B21 (or 0x811B21) is known color: Flame Red. HEX triplet: 81, 1B and 21. RGB value is (129,27,33). Sum of RGB (Red+Green+Blue) = 129+27+33=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #811B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #811B21 is #7EE4DE. Grayscale: #3A3A3A. Windows color (decimal): -8316127 or 2169729. OLE color: 2169729.
HSL color Cylindrical-coordinate representation of color #811B21: hue angle of 356.47º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #811B21 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 27 | 33 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.49 |
| HSL | 356.47º | 0.65% | 0.31% | - |
| HSV(B) | 356.47º | 0.79% | 0.51% | - |
| XYZ | 9.72 | 5.56 | 2 | - |
| YUV | 58.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 33 | 0 | 0.79 | 0.74 | 0.49 | 356.47 | 0.65 | 0.31 |
| Hex | 81 | 1B | 21 | 0 | 4F | 4A | 31 | 164 | 41 | 1F |
| Octal | 201 | 33 | 41 | 0 | 117 | 112 | 61 | 544 | 101 | 37 |
| Binary | 10000001 | 11011 | 100001 | 0 | 1001111 | 1001010 | 110001 | 101100100 | 1000001 | 11111 |
Color Harmonies of #811B21
Complementary color
Monochromatic Colors of #811B21
Black with #811B21
Text Example
Text Example
White with #811B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B21; }
p { color: rgb(129,27,33); }
H1.HeaderClassName
{
color: #811B21;
}
.AnyTagClassName
{
color: #811B21;
}
</style>
background-color css
<style>
a { background-color: #811B21; }
a { background-color: rgb(129,27,33); }
div.DivClassName
{
background-color: #811B21;
}
.BgClassName
{
background-color: #811B21;
}
</style>
border-color css
<style>
span { border-color: #811B21; }
span { border-color: rgb(129,27,33); }
td.TdClassName
{
border-color: #811B21;
}
.TagClassName
{
border-color: #811B21;
}
</style>