Shades of Flame Red #802325
Tints of Flame Red #802325
RGB
CMYK
RGB Variations
Color information
#802325 (or 0x802325) is known color: Flame Red. HEX triplet: 80, 23 and 25. RGB value is (128,35,37). Sum of RGB (Red+Green+Blue) = 128+35+37=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 37 (14.84% from 255 or 18.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802325 is #7FDCDA. Grayscale: #3F3F3F. Windows color (decimal): -8379611 or 2433920. OLE color: 2433920.
HSL color Cylindrical-coordinate representation of color #802325: hue angle of 358.71º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802325 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 35 | 37 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.50 |
| HSL | 358.71º | 0.57% | 0.32% | - |
| HSV(B) | 358.71º | 0.73% | 0.5% | - |
| XYZ | 9.84 | 5.92 | 2.38 | - |
| YUV | 63.04 | 113.31 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 37 | 0 | 0.73 | 0.71 | 0.50 | 358.71 | 0.57 | 0.32 |
| Hex | 80 | 23 | 25 | 0 | 49 | 47 | 32 | 167 | 39 | 20 |
| Octal | 200 | 43 | 45 | 0 | 111 | 107 | 62 | 547 | 71 | 40 |
| Binary | 10000000 | 100011 | 100101 | 0 | 1001001 | 1000111 | 110010 | 101100111 | 111001 | 100000 |
Color Harmonies of #802325
Complementary color
Monochromatic Colors of #802325
Black with #802325
Text Example
Text Example
White with #802325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802325; }
p { color: rgb(128,35,37); }
H1.HeaderClassName
{
color: #802325;
}
.AnyTagClassName
{
color: #802325;
}
</style>
background-color css
<style>
a { background-color: #802325; }
a { background-color: rgb(128,35,37); }
div.DivClassName
{
background-color: #802325;
}
.BgClassName
{
background-color: #802325;
}
</style>
border-color css
<style>
span { border-color: #802325; }
span { border-color: rgb(128,35,37); }
td.TdClassName
{
border-color: #802325;
}
.TagClassName
{
border-color: #802325;
}
</style>