Shades of Flame Red #81292D
Tints of Flame Red #81292D
RGB
CMYK
RGB Variations
Color information
#81292D (or 0x81292D) is known color: Flame Red. HEX triplet: 81, 29 and 2D. RGB value is (129,41,45). Sum of RGB (Red+Green+Blue) = 129+41+45=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #81292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81292D is #7ED6D2. Grayscale: #434343. Windows color (decimal): -8312531 or 2959745. OLE color: 2959745.
HSL color Cylindrical-coordinate representation of color #81292D: hue angle of 357.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81292D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 45 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.49 |
| HSL | 357.27º | 0.52% | 0.33% | - |
| HSV(B) | 357.27º | 0.68% | 0.51% | - |
| XYZ | 10.32 | 6.44 | 3.18 | - |
| YUV | 67.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 45 | 0 | 0.68 | 0.65 | 0.49 | 357.27 | 0.52 | 0.33 |
| Hex | 81 | 29 | 2D | 0 | 44 | 41 | 31 | 165 | 34 | 21 |
| Octal | 201 | 51 | 55 | 0 | 104 | 101 | 61 | 545 | 64 | 41 |
| Binary | 10000001 | 101001 | 101101 | 0 | 1000100 | 1000001 | 110001 | 101100101 | 110100 | 100001 |
Color Harmonies of #81292D
Complementary color
Monochromatic Colors of #81292D
Black with #81292D
Text Example
Text Example
White with #81292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81292D; }
p { color: rgb(129,41,45); }
H1.HeaderClassName
{
color: #81292D;
}
.AnyTagClassName
{
color: #81292D;
}
</style>
background-color css
<style>
a { background-color: #81292D; }
a { background-color: rgb(129,41,45); }
div.DivClassName
{
background-color: #81292D;
}
.BgClassName
{
background-color: #81292D;
}
</style>
border-color css
<style>
span { border-color: #81292D; }
span { border-color: rgb(129,41,45); }
td.TdClassName
{
border-color: #81292D;
}
.TagClassName
{
border-color: #81292D;
}
</style>