Shades of Flame Red #80292F
Tints of Flame Red #80292F
RGB
CMYK
RGB Variations
Color information
#80292F (or 0x80292F) is known color: Flame Red. HEX triplet: 80, 29 and 2F. RGB value is (128,41,47). Sum of RGB (Red+Green+Blue) = 128+41+47=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #80292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80292F is #7FD6D0. Grayscale: #434343. Windows color (decimal): -8378065 or 3090816. OLE color: 3090816.
HSL color Cylindrical-coordinate representation of color #80292F: hue angle of 355.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80292F is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 41 | 47 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.50 |
| HSL | 355.86º | 0.51% | 0.33% | - |
| HSV(B) | 355.86º | 0.68% | 0.5% | - |
| XYZ | 10.21 | 6.38 | 3.38 | - |
| YUV | 67.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 41 | 47 | 0 | 0.68 | 0.63 | 0.50 | 355.86 | 0.51 | 0.33 |
| Hex | 80 | 29 | 2F | 0 | 44 | 3F | 32 | 164 | 33 | 21 |
| Octal | 200 | 51 | 57 | 0 | 104 | 77 | 62 | 544 | 63 | 41 |
| Binary | 10000000 | 101001 | 101111 | 0 | 1000100 | 111111 | 110010 | 101100100 | 110011 | 100001 |
Color Harmonies of #80292F
Complementary color
Monochromatic Colors of #80292F
Black with #80292F
Text Example
Text Example
White with #80292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80292F; }
p { color: rgb(128,41,47); }
H1.HeaderClassName
{
color: #80292F;
}
.AnyTagClassName
{
color: #80292F;
}
</style>
background-color css
<style>
a { background-color: #80292F; }
a { background-color: rgb(128,41,47); }
div.DivClassName
{
background-color: #80292F;
}
.BgClassName
{
background-color: #80292F;
}
</style>
border-color css
<style>
span { border-color: #80292F; }
span { border-color: rgb(128,41,47); }
td.TdClassName
{
border-color: #80292F;
}
.TagClassName
{
border-color: #80292F;
}
</style>