Shades of Flame Red #802A2E
Tints of Flame Red #802A2E
RGB
CMYK
RGB Variations
Color information
#802A2E (or 0x802A2E) is known color: Flame Red. HEX triplet: 80, 2A and 2E. RGB value is (128,42,46). Sum of RGB (Red+Green+Blue) = 128+42+46=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #802A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A2E is #7FD5D1. Grayscale: #444444. Windows color (decimal): -8377810 or 3025536. OLE color: 3025536.
HSL color Cylindrical-coordinate representation of color #802A2E: hue angle of 357.21º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802A2E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 42 | 46 | - |
| CMYK | 0 | 0.67 | 0.64 | 0.50 |
| HSL | 357.21º | 0.51% | 0.33% | - |
| HSV(B) | 357.21º | 0.67% | 0.5% | - |
| XYZ | 10.22 | 6.44 | 3.29 | - |
| YUV | 68.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 46 | 0 | 0.67 | 0.64 | 0.50 | 357.21 | 0.51 | 0.33 |
| Hex | 80 | 2A | 2E | 0 | 43 | 40 | 32 | 165 | 33 | 21 |
| Octal | 200 | 52 | 56 | 0 | 103 | 100 | 62 | 545 | 63 | 41 |
| Binary | 10000000 | 101010 | 101110 | 0 | 1000011 | 1000000 | 110010 | 101100101 | 110011 | 100001 |
Color Harmonies of #802A2E
Complementary color
Monochromatic Colors of #802A2E
Black with #802A2E
Text Example
Text Example
White with #802A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802A2E; }
p { color: rgb(128,42,46); }
H1.HeaderClassName
{
color: #802A2E;
}
.AnyTagClassName
{
color: #802A2E;
}
</style>
background-color css
<style>
a { background-color: #802A2E; }
a { background-color: rgb(128,42,46); }
div.DivClassName
{
background-color: #802A2E;
}
.BgClassName
{
background-color: #802A2E;
}
</style>
border-color css
<style>
span { border-color: #802A2E; }
span { border-color: rgb(128,42,46); }
td.TdClassName
{
border-color: #802A2E;
}
.TagClassName
{
border-color: #802A2E;
}
</style>