Shades of Flame Red #812025
Tints of Flame Red #812025
RGB
CMYK
RGB Variations
Color information
#812025 (or 0x812025) is known color: Flame Red. HEX triplet: 81, 20 and 25. RGB value is (129,32,37). Sum of RGB (Red+Green+Blue) = 129+32+37=198 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.15% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 129 - color contains mainly: red. Hex color #812025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812025 is #7EDFDA. Grayscale: #3D3D3D. Windows color (decimal): -8314843 or 2433153. OLE color: 2433153.
HSL color Cylindrical-coordinate representation of color #812025: hue angle of 356.91º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812025 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 32 | 37 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.49 |
| HSL | 356.91º | 0.6% | 0.32% | - |
| HSV(B) | 356.91º | 0.75% | 0.51% | - |
| XYZ | 9.9 | 5.83 | 2.35 | - |
| YUV | 61.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 32 | 37 | 0 | 0.75 | 0.71 | 0.49 | 356.91 | 0.6 | 0.32 |
| Hex | 81 | 20 | 25 | 0 | 4B | 47 | 31 | 165 | 3C | 20 |
| Octal | 201 | 40 | 45 | 0 | 113 | 107 | 61 | 545 | 74 | 40 |
| Binary | 10000001 | 100000 | 100101 | 0 | 1001011 | 1000111 | 110001 | 101100101 | 111100 | 100000 |
Color Harmonies of #812025
Complementary color
Monochromatic Colors of #812025
Black with #812025
Text Example
Text Example
White with #812025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812025; }
p { color: rgb(129,32,37); }
H1.HeaderClassName
{
color: #812025;
}
.AnyTagClassName
{
color: #812025;
}
</style>
background-color css
<style>
a { background-color: #812025; }
a { background-color: rgb(129,32,37); }
div.DivClassName
{
background-color: #812025;
}
.BgClassName
{
background-color: #812025;
}
</style>
border-color css
<style>
span { border-color: #812025; }
span { border-color: rgb(129,32,37); }
td.TdClassName
{
border-color: #812025;
}
.TagClassName
{
border-color: #812025;
}
</style>