Shades of Flame Red #802125
Tints of Flame Red #802125
RGB
CMYK
RGB Variations
Color information
#802125 (or 0x802125) is known color: Flame Red. HEX triplet: 80, 21 and 25. RGB value is (128,33,37). Sum of RGB (Red+Green+Blue) = 128+33+37=198 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.65% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 37 (14.84% from 255 or 18.69% from 198); Max value from RGB is 128 - color contains mainly: red. Hex color #802125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802125 is #7FDEDA. Grayscale: #3D3D3D. Windows color (decimal): -8380123 or 2433408. OLE color: 2433408.
HSL color Cylindrical-coordinate representation of color #802125: hue angle of 357.47º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802125 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 33 | 37 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.50 |
| HSL | 357.47º | 0.59% | 0.32% | - |
| HSV(B) | 357.47º | 0.74% | 0.5% | - |
| XYZ | 9.78 | 5.81 | 2.36 | - |
| YUV | 61.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 37 | 0 | 0.74 | 0.71 | 0.50 | 357.47 | 0.59 | 0.32 |
| Hex | 80 | 21 | 25 | 0 | 4A | 47 | 32 | 165 | 3B | 20 |
| Octal | 200 | 41 | 45 | 0 | 112 | 107 | 62 | 545 | 73 | 40 |
| Binary | 10000000 | 100001 | 100101 | 0 | 1001010 | 1000111 | 110010 | 101100101 | 111011 | 100000 |
Color Harmonies of #802125
Complementary color
Monochromatic Colors of #802125
Black with #802125
Text Example
Text Example
White with #802125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802125; }
p { color: rgb(128,33,37); }
H1.HeaderClassName
{
color: #802125;
}
.AnyTagClassName
{
color: #802125;
}
</style>
background-color css
<style>
a { background-color: #802125; }
a { background-color: rgb(128,33,37); }
div.DivClassName
{
background-color: #802125;
}
.BgClassName
{
background-color: #802125;
}
</style>
border-color css
<style>
span { border-color: #802125; }
span { border-color: rgb(128,33,37); }
td.TdClassName
{
border-color: #802125;
}
.TagClassName
{
border-color: #802125;
}
</style>