Shades of Flame Red #812C2D
Tints of Flame Red #812C2D
RGB
CMYK
RGB Variations
Color information
#812C2D (or 0x812C2D) is known color: Flame Red. HEX triplet: 81, 2C and 2D. RGB value is (129,44,45). Sum of RGB (Red+Green+Blue) = 129+44+45=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #812C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C2D is #7ED3D2. Grayscale: #454545. Windows color (decimal): -8311763 or 2960513. OLE color: 2960513.
HSL color Cylindrical-coordinate representation of color #812C2D: hue angle of 359.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812C2D is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 45 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.49 |
| HSL | 359.29º | 0.49% | 0.34% | - |
| HSV(B) | 359.29º | 0.66% | 0.51% | - |
| XYZ | 10.43 | 6.66 | 3.22 | - |
| YUV | 69.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 45 | 0 | 0.66 | 0.65 | 0.49 | 359.29 | 0.49 | 0.34 |
| Hex | 81 | 2C | 2D | 0 | 42 | 41 | 31 | 167 | 31 | 22 |
| Octal | 201 | 54 | 55 | 0 | 102 | 101 | 61 | 547 | 61 | 42 |
| Binary | 10000001 | 101100 | 101101 | 0 | 1000010 | 1000001 | 110001 | 101100111 | 110001 | 100010 |
Color Harmonies of #812C2D
Complementary color
Monochromatic Colors of #812C2D
Black with #812C2D
Text Example
Text Example
White with #812C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C2D; }
p { color: rgb(129,44,45); }
H1.HeaderClassName
{
color: #812C2D;
}
.AnyTagClassName
{
color: #812C2D;
}
</style>
background-color css
<style>
a { background-color: #812C2D; }
a { background-color: rgb(129,44,45); }
div.DivClassName
{
background-color: #812C2D;
}
.BgClassName
{
background-color: #812C2D;
}
</style>
border-color css
<style>
span { border-color: #812C2D; }
span { border-color: rgb(129,44,45); }
td.TdClassName
{
border-color: #812C2D;
}
.TagClassName
{
border-color: #812C2D;
}
</style>