Shades of Flame Red #812125
Tints of Flame Red #812125
RGB
CMYK
RGB Variations
Color information
#812125 (or 0x812125) is known color: Flame Red. HEX triplet: 81, 21 and 25. RGB value is (129,33,37). Sum of RGB (Red+Green+Blue) = 129+33+37=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #812125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812125 is #7EDEDA. Grayscale: #3E3E3E. Windows color (decimal): -8314587 or 2433409. OLE color: 2433409.
HSL color Cylindrical-coordinate representation of color #812125: hue angle of 357.5º 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 #812125 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 33 | 37 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.49 |
| HSL | 357.5º | 0.59% | 0.32% | - |
| HSV(B) | 357.5º | 0.74% | 0.51% | - |
| XYZ | 9.93 | 5.89 | 2.36 | - |
| YUV | 62.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 33 | 37 | 0 | 0.74 | 0.71 | 0.49 | 357.5 | 0.59 | 0.32 |
| Hex | 81 | 21 | 25 | 0 | 4A | 47 | 31 | 166 | 3B | 20 |
| Octal | 201 | 41 | 45 | 0 | 112 | 107 | 61 | 546 | 73 | 40 |
| Binary | 10000001 | 100001 | 100101 | 0 | 1001010 | 1000111 | 110001 | 101100110 | 111011 | 100000 |
Color Harmonies of #812125
Complementary color
Monochromatic Colors of #812125
Black with #812125
Text Example
Text Example
White with #812125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812125; }
p { color: rgb(129,33,37); }
H1.HeaderClassName
{
color: #812125;
}
.AnyTagClassName
{
color: #812125;
}
</style>
background-color css
<style>
a { background-color: #812125; }
a { background-color: rgb(129,33,37); }
div.DivClassName
{
background-color: #812125;
}
.BgClassName
{
background-color: #812125;
}
</style>
border-color css
<style>
span { border-color: #812125; }
span { border-color: rgb(129,33,37); }
td.TdClassName
{
border-color: #812125;
}
.TagClassName
{
border-color: #812125;
}
</style>