Shades of Flame Red #812325
Tints of Flame Red #812325
RGB
CMYK
RGB Variations
Color information
#812325 (or 0x812325) is known color: Flame Red. HEX triplet: 81, 23 and 25. RGB value is (129,35,37). Sum of RGB (Red+Green+Blue) = 129+35+37=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 37 (14.84% from 255 or 18.41% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #812325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812325 is #7EDCDA. Grayscale: #3F3F3F. Windows color (decimal): -8314075 or 2433921. OLE color: 2433921.
HSL color Cylindrical-coordinate representation of color #812325: hue angle of 358.72º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812325 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 35 | 37 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.49 |
| HSL | 358.72º | 0.57% | 0.32% | - |
| HSV(B) | 358.72º | 0.73% | 0.51% | - |
| XYZ | 9.99 | 6 | 2.38 | - |
| YUV | 63.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 37 | 0 | 0.73 | 0.71 | 0.49 | 358.72 | 0.57 | 0.32 |
| Hex | 81 | 23 | 25 | 0 | 49 | 47 | 31 | 167 | 39 | 20 |
| Octal | 201 | 43 | 45 | 0 | 111 | 107 | 61 | 547 | 71 | 40 |
| Binary | 10000001 | 100011 | 100101 | 0 | 1001001 | 1000111 | 110001 | 101100111 | 111001 | 100000 |
Color Harmonies of #812325
Complementary color
Monochromatic Colors of #812325
Black with #812325
Text Example
Text Example
White with #812325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812325; }
p { color: rgb(129,35,37); }
H1.HeaderClassName
{
color: #812325;
}
.AnyTagClassName
{
color: #812325;
}
</style>
background-color css
<style>
a { background-color: #812325; }
a { background-color: rgb(129,35,37); }
div.DivClassName
{
background-color: #812325;
}
.BgClassName
{
background-color: #812325;
}
</style>
border-color css
<style>
span { border-color: #812325; }
span { border-color: rgb(129,35,37); }
td.TdClassName
{
border-color: #812325;
}
.TagClassName
{
border-color: #812325;
}
</style>