Shades of Flame Red #802426
Tints of Flame Red #802426
RGB
CMYK
RGB Variations
Color information
#802426 (or 0x802426) is known color: Flame Red. HEX triplet: 80, 24 and 26. RGB value is (128,36,38). Sum of RGB (Red+Green+Blue) = 128+36+38=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #802426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802426 is #7FDBD9. Grayscale: #3F3F3F. Windows color (decimal): -8379354 or 2499712. OLE color: 2499712.
HSL color Cylindrical-coordinate representation of color #802426: hue angle of 358.7º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802426 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 36 | 38 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.50 |
| HSL | 358.7º | 0.56% | 0.32% | - |
| HSV(B) | 358.7º | 0.72% | 0.5% | - |
| XYZ | 9.88 | 5.99 | 2.47 | - |
| YUV | 63.74 | 113.48 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 38 | 0 | 0.72 | 0.70 | 0.50 | 358.7 | 0.56 | 0.32 |
| Hex | 80 | 24 | 26 | 0 | 48 | 46 | 32 | 167 | 38 | 20 |
| Octal | 200 | 44 | 46 | 0 | 110 | 106 | 62 | 547 | 70 | 40 |
| Binary | 10000000 | 100100 | 100110 | 0 | 1001000 | 1000110 | 110010 | 101100111 | 111000 | 100000 |
Color Harmonies of #802426
Complementary color
Monochromatic Colors of #802426
Black with #802426
Text Example
Text Example
White with #802426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802426; }
p { color: rgb(128,36,38); }
H1.HeaderClassName
{
color: #802426;
}
.AnyTagClassName
{
color: #802426;
}
</style>
background-color css
<style>
a { background-color: #802426; }
a { background-color: rgb(128,36,38); }
div.DivClassName
{
background-color: #802426;
}
.BgClassName
{
background-color: #802426;
}
</style>
border-color css
<style>
span { border-color: #802426; }
span { border-color: rgb(128,36,38); }
td.TdClassName
{
border-color: #802426;
}
.TagClassName
{
border-color: #802426;
}
</style>