Shades of Flame Red #802F31
Tints of Flame Red #802F31
RGB
CMYK
RGB Variations
Color information
#802F31 (or 0x802F31) is known color: Flame Red. HEX triplet: 80, 2F and 31. RGB value is (128,47,49). Sum of RGB (Red+Green+Blue) = 128+47+49=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #802F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802F31 is #7FD0CE. Grayscale: #474747. Windows color (decimal): -8376527 or 3223424. OLE color: 3223424.
HSL color Cylindrical-coordinate representation of color #802F31: hue angle of 358.52º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #802F31 is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 47 | 49 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.50 |
| HSL | 358.52º | 0.46% | 0.34% | - |
| HSV(B) | 358.52º | 0.63% | 0.5% | - |
| XYZ | 10.47 | 6.84 | 3.67 | - |
| YUV | 71.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 49 | 0 | 0.63 | 0.62 | 0.50 | 358.52 | 0.46 | 0.34 |
| Hex | 80 | 2F | 31 | 0 | 3F | 3E | 32 | 167 | 2E | 22 |
| Octal | 200 | 57 | 61 | 0 | 77 | 76 | 62 | 547 | 56 | 42 |
| Binary | 10000000 | 101111 | 110001 | 0 | 111111 | 111110 | 110010 | 101100111 | 101110 | 100010 |
Color Harmonies of #802F31
Complementary color
Monochromatic Colors of #802F31
Black with #802F31
Text Example
Text Example
White with #802F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F31; }
p { color: rgb(128,47,49); }
H1.HeaderClassName
{
color: #802F31;
}
.AnyTagClassName
{
color: #802F31;
}
</style>
background-color css
<style>
a { background-color: #802F31; }
a { background-color: rgb(128,47,49); }
div.DivClassName
{
background-color: #802F31;
}
.BgClassName
{
background-color: #802F31;
}
</style>
border-color css
<style>
span { border-color: #802F31; }
span { border-color: rgb(128,47,49); }
td.TdClassName
{
border-color: #802F31;
}
.TagClassName
{
border-color: #802F31;
}
</style>