Shades of Flame Red #812A2C
Tints of Flame Red #812A2C
RGB
CMYK
RGB Variations
Color information
#812A2C (or 0x812A2C) is known color: Flame Red. HEX triplet: 81, 2A and 2C. RGB value is (129,42,44). Sum of RGB (Red+Green+Blue) = 129+42+44=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #812A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A2C is #7ED5D3. Grayscale: #444444. Windows color (decimal): -8312276 or 2894465. OLE color: 2894465.
HSL color Cylindrical-coordinate representation of color #812A2C: hue angle of 358.62º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812A2C is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 44 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.49 |
| HSL | 358.62º | 0.51% | 0.34% | - |
| HSV(B) | 358.62º | 0.67% | 0.51% | - |
| XYZ | 10.34 | 6.5 | 3.09 | - |
| YUV | 68.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 44 | 0 | 0.67 | 0.66 | 0.49 | 358.62 | 0.51 | 0.34 |
| Hex | 81 | 2A | 2C | 0 | 43 | 42 | 31 | 167 | 33 | 22 |
| Octal | 201 | 52 | 54 | 0 | 103 | 102 | 61 | 547 | 63 | 42 |
| Binary | 10000001 | 101010 | 101100 | 0 | 1000011 | 1000010 | 110001 | 101100111 | 110011 | 100010 |
Color Harmonies of #812A2C
Complementary color
Monochromatic Colors of #812A2C
Black with #812A2C
Text Example
Text Example
White with #812A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A2C; }
p { color: rgb(129,42,44); }
H1.HeaderClassName
{
color: #812A2C;
}
.AnyTagClassName
{
color: #812A2C;
}
</style>
background-color css
<style>
a { background-color: #812A2C; }
a { background-color: rgb(129,42,44); }
div.DivClassName
{
background-color: #812A2C;
}
.BgClassName
{
background-color: #812A2C;
}
</style>
border-color css
<style>
span { border-color: #812A2C; }
span { border-color: rgb(129,42,44); }
td.TdClassName
{
border-color: #812A2C;
}
.TagClassName
{
border-color: #812A2C;
}
</style>