Shades of Flame Red #802025
Tints of Flame Red #802025
RGB
CMYK
RGB Variations
Color information
#802025 (or 0x802025) is known color: Flame Red. HEX triplet: 80, 20 and 25. RGB value is (128,32,37). Sum of RGB (Red+Green+Blue) = 128+32+37=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #802025 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802025 is #7FDFDA. Grayscale: #3D3D3D. Windows color (decimal): -8380379 or 2433152. OLE color: 2433152.
HSL color Cylindrical-coordinate representation of color #802025: hue angle of 356.88º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802025 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 32 | 37 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.50 |
| HSL | 356.88º | 0.6% | 0.31% | - |
| HSV(B) | 356.88º | 0.75% | 0.5% | - |
| XYZ | 9.75 | 5.76 | 2.35 | - |
| YUV | 61.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 37 | 0 | 0.75 | 0.71 | 0.50 | 356.88 | 0.6 | 0.31 |
| Hex | 80 | 20 | 25 | 0 | 4B | 47 | 32 | 165 | 3C | 1F |
| Octal | 200 | 40 | 45 | 0 | 113 | 107 | 62 | 545 | 74 | 37 |
| Binary | 10000000 | 100000 | 100101 | 0 | 1001011 | 1000111 | 110010 | 101100101 | 111100 | 11111 |
Color Harmonies of #802025
Complementary color
Monochromatic Colors of #802025
Black with #802025
Text Example
Text Example
White with #802025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802025; }
p { color: rgb(128,32,37); }
H1.HeaderClassName
{
color: #802025;
}
.AnyTagClassName
{
color: #802025;
}
</style>
background-color css
<style>
a { background-color: #802025; }
a { background-color: rgb(128,32,37); }
div.DivClassName
{
background-color: #802025;
}
.BgClassName
{
background-color: #802025;
}
</style>
border-color css
<style>
span { border-color: #802025; }
span { border-color: rgb(128,32,37); }
td.TdClassName
{
border-color: #802025;
}
.TagClassName
{
border-color: #802025;
}
</style>