Shades of Flame Red #812126
Tints of Flame Red #812126
RGB
CMYK
RGB Variations
Color information
#812126 (or 0x812126) is known color: Flame Red. HEX triplet: 81, 21 and 26. RGB value is (129,33,38). Sum of RGB (Red+Green+Blue) = 129+33+38=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #812126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812126 is #7EDED9. Grayscale: #3E3E3E. Windows color (decimal): -8314586 or 2498945. OLE color: 2498945.
HSL color Cylindrical-coordinate representation of color #812126: hue angle of 356.88º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812126 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 38 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.49 |
| HSL | 356.88º | 0.59% | 0.32% | - |
| HSV(B) | 356.88º | 0.74% | 0.51% | - |
| XYZ | 9.95 | 5.89 | 2.45 | - |
| YUV | 62.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 38 | 0 | 0.74 | 0.71 | 0.49 | 356.88 | 0.59 | 0.32 |
| Hex | 81 | 21 | 26 | 0 | 4A | 47 | 31 | 165 | 3B | 20 |
| Octal | 201 | 41 | 46 | 0 | 112 | 107 | 61 | 545 | 73 | 40 |
| Binary | 10000001 | 100001 | 100110 | 0 | 1001010 | 1000111 | 110001 | 101100101 | 111011 | 100000 |
Color Harmonies of #812126
Complementary color
Monochromatic Colors of #812126
Black with #812126
Text Example
Text Example
White with #812126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812126; }
p { color: rgb(129,33,38); }
H1.HeaderClassName
{
color: #812126;
}
.AnyTagClassName
{
color: #812126;
}
</style>
background-color css
<style>
a { background-color: #812126; }
a { background-color: rgb(129,33,38); }
div.DivClassName
{
background-color: #812126;
}
.BgClassName
{
background-color: #812126;
}
</style>
border-color css
<style>
span { border-color: #812126; }
span { border-color: rgb(129,33,38); }
td.TdClassName
{
border-color: #812126;
}
.TagClassName
{
border-color: #812126;
}
</style>