Shades of Flame Red #812D2E
Tints of Flame Red #812D2E
RGB
CMYK
RGB Variations
Color information
#812D2E (or 0x812D2E) is known color: Flame Red. HEX triplet: 81, 2D and 2E. RGB value is (129,45,46). Sum of RGB (Red+Green+Blue) = 129+45+46=220 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.64% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 129 - color contains mainly: red. Hex color #812D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D2E is #7ED2D1. Grayscale: #464646. Windows color (decimal): -8311506 or 3026305. OLE color: 3026305.
HSL color Cylindrical-coordinate representation of color #812D2E: hue angle of 359.29º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #812D2E is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 46 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.49 |
| HSL | 359.29º | 0.48% | 0.34% | - |
| HSV(B) | 359.29º | 0.65% | 0.51% | - |
| XYZ | 10.48 | 6.74 | 3.33 | - |
| YUV | 70.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 46 | 0 | 0.65 | 0.64 | 0.49 | 359.29 | 0.48 | 0.34 |
| Hex | 81 | 2D | 2E | 0 | 41 | 40 | 31 | 167 | 30 | 22 |
| Octal | 201 | 55 | 56 | 0 | 101 | 100 | 61 | 547 | 60 | 42 |
| Binary | 10000001 | 101101 | 101110 | 0 | 1000001 | 1000000 | 110001 | 101100111 | 110000 | 100010 |
Color Harmonies of #812D2E
Complementary color
Monochromatic Colors of #812D2E
Black with #812D2E
Text Example
Text Example
White with #812D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D2E; }
p { color: rgb(129,45,46); }
H1.HeaderClassName
{
color: #812D2E;
}
.AnyTagClassName
{
color: #812D2E;
}
</style>
background-color css
<style>
a { background-color: #812D2E; }
a { background-color: rgb(129,45,46); }
div.DivClassName
{
background-color: #812D2E;
}
.BgClassName
{
background-color: #812D2E;
}
</style>
border-color css
<style>
span { border-color: #812D2E; }
span { border-color: rgb(129,45,46); }
td.TdClassName
{
border-color: #812D2E;
}
.TagClassName
{
border-color: #812D2E;
}
</style>