Shades of Flame Red #802D31
Tints of Flame Red #802D31
RGB
CMYK
RGB Variations
Color information
#802D31 (or 0x802D31) is known color: Flame Red. HEX triplet: 80, 2D and 31. RGB value is (128,45,49). Sum of RGB (Red+Green+Blue) = 128+45+49=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #802D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802D31 is #7FD2CE. Grayscale: #464646. Windows color (decimal): -8377039 or 3222912. OLE color: 3222912.
HSL color Cylindrical-coordinate representation of color #802D31: hue angle of 357.11º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #802D31 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 45 | 49 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.50 |
| HSL | 357.11º | 0.48% | 0.34% | - |
| HSV(B) | 357.11º | 0.65% | 0.5% | - |
| XYZ | 10.39 | 6.69 | 3.65 | - |
| YUV | 70.27 | 116 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 49 | 0 | 0.65 | 0.62 | 0.50 | 357.11 | 0.48 | 0.34 |
| Hex | 80 | 2D | 31 | 0 | 41 | 3E | 32 | 165 | 30 | 22 |
| Octal | 200 | 55 | 61 | 0 | 101 | 76 | 62 | 545 | 60 | 42 |
| Binary | 10000000 | 101101 | 110001 | 0 | 1000001 | 111110 | 110010 | 101100101 | 110000 | 100010 |
Color Harmonies of #802D31
Complementary color
Monochromatic Colors of #802D31
Black with #802D31
Text Example
Text Example
White with #802D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802D31; }
p { color: rgb(128,45,49); }
H1.HeaderClassName
{
color: #802D31;
}
.AnyTagClassName
{
color: #802D31;
}
</style>
background-color css
<style>
a { background-color: #802D31; }
a { background-color: rgb(128,45,49); }
div.DivClassName
{
background-color: #802D31;
}
.BgClassName
{
background-color: #802D31;
}
</style>
border-color css
<style>
span { border-color: #802D31; }
span { border-color: rgb(128,45,49); }
td.TdClassName
{
border-color: #802D31;
}
.TagClassName
{
border-color: #802D31;
}
</style>