Shades of Flame Red #802E31
Tints of Flame Red #802E31
RGB
CMYK
RGB Variations
Color information
#802E31 (or 0x802E31) is known color: Flame Red. HEX triplet: 80, 2E and 31. RGB value is (128,46,49). Sum of RGB (Red+Green+Blue) = 128+46+49=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #802E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802E31 is #7FD1CE. Grayscale: #464646. Windows color (decimal): -8376783 or 3223168. OLE color: 3223168.
HSL color Cylindrical-coordinate representation of color #802E31: hue angle of 357.8º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #802E31 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 46 | 49 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.50 |
| HSL | 357.8º | 0.47% | 0.34% | - |
| HSV(B) | 357.8º | 0.64% | 0.5% | - |
| XYZ | 10.43 | 6.76 | 3.66 | - |
| YUV | 70.86 | 115.67 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 49 | 0 | 0.64 | 0.62 | 0.50 | 357.8 | 0.47 | 0.34 |
| Hex | 80 | 2E | 31 | 0 | 40 | 3E | 32 | 166 | 2F | 22 |
| Octal | 200 | 56 | 61 | 0 | 100 | 76 | 62 | 546 | 57 | 42 |
| Binary | 10000000 | 101110 | 110001 | 0 | 1000000 | 111110 | 110010 | 101100110 | 101111 | 100010 |
Color Harmonies of #802E31
Complementary color
Monochromatic Colors of #802E31
Black with #802E31
Text Example
Text Example
White with #802E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802E31; }
p { color: rgb(128,46,49); }
H1.HeaderClassName
{
color: #802E31;
}
.AnyTagClassName
{
color: #802E31;
}
</style>
background-color css
<style>
a { background-color: #802E31; }
a { background-color: rgb(128,46,49); }
div.DivClassName
{
background-color: #802E31;
}
.BgClassName
{
background-color: #802E31;
}
</style>
border-color css
<style>
span { border-color: #802E31; }
span { border-color: rgb(128,46,49); }
td.TdClassName
{
border-color: #802E31;
}
.TagClassName
{
border-color: #802E31;
}
</style>