Shades of Flame Red #822325
Tints of Flame Red #822325
RGB
CMYK
RGB Variations
Color information
#822325 (or 0x822325) is known color: Flame Red. HEX triplet: 82, 23 and 25. RGB value is (130,35,37). Sum of RGB (Red+Green+Blue) = 130+35+37=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #822325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822325 is #7DDCDA. Grayscale: #3F3F3F. Windows color (decimal): -8248539 or 2433922. OLE color: 2433922.
HSL color Cylindrical-coordinate representation of color #822325: hue angle of 358.74º degrees, saturation: 0.58, 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 #822325 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 35 | 37 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.49 |
| HSL | 358.74º | 0.58% | 0.32% | - |
| HSV(B) | 358.74º | 0.73% | 0.51% | - |
| XYZ | 10.14 | 6.08 | 2.39 | - |
| YUV | 63.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 35 | 37 | 0 | 0.73 | 0.72 | 0.49 | 358.74 | 0.58 | 0.32 |
| Hex | 82 | 23 | 25 | 0 | 49 | 48 | 31 | 167 | 3A | 20 |
| Octal | 202 | 43 | 45 | 0 | 111 | 110 | 61 | 547 | 72 | 40 |
| Binary | 10000010 | 100011 | 100101 | 0 | 1001001 | 1001000 | 110001 | 101100111 | 111010 | 100000 |
Color Harmonies of #822325
Complementary color
Monochromatic Colors of #822325
Black with #822325
Text Example
Text Example
White with #822325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #822325; }
p { color: rgb(130,35,37); }
H1.HeaderClassName
{
color: #822325;
}
.AnyTagClassName
{
color: #822325;
}
</style>
background-color css
<style>
a { background-color: #822325; }
a { background-color: rgb(130,35,37); }
div.DivClassName
{
background-color: #822325;
}
.BgClassName
{
background-color: #822325;
}
</style>
border-color css
<style>
span { border-color: #822325; }
span { border-color: rgb(130,35,37); }
td.TdClassName
{
border-color: #822325;
}
.TagClassName
{
border-color: #822325;
}
</style>