Shades of Flame Red #802C31
Tints of Flame Red #802C31
RGB
CMYK
RGB Variations
Color information
#802C31 (or 0x802C31) is known color: Flame Red. HEX triplet: 80, 2C and 31. RGB value is (128,44,49). Sum of RGB (Red+Green+Blue) = 128+44+49=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #802C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802C31 is #7FD3CE. Grayscale: #454545. Windows color (decimal): -8377295 or 3222656. OLE color: 3222656.
HSL color Cylindrical-coordinate representation of color #802C31: hue angle of 356.43º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #802C31 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 44 | 49 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.50 |
| HSL | 356.43º | 0.49% | 0.34% | - |
| HSV(B) | 356.43º | 0.66% | 0.5% | - |
| XYZ | 10.36 | 6.61 | 3.64 | - |
| YUV | 69.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 49 | 0 | 0.66 | 0.62 | 0.50 | 356.43 | 0.49 | 0.34 |
| Hex | 80 | 2C | 31 | 0 | 42 | 3E | 32 | 164 | 31 | 22 |
| Octal | 200 | 54 | 61 | 0 | 102 | 76 | 62 | 544 | 61 | 42 |
| Binary | 10000000 | 101100 | 110001 | 0 | 1000010 | 111110 | 110010 | 101100100 | 110001 | 100010 |
Color Harmonies of #802C31
Complementary color
Monochromatic Colors of #802C31
Black with #802C31
Text Example
Text Example
White with #802C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802C31; }
p { color: rgb(128,44,49); }
H1.HeaderClassName
{
color: #802C31;
}
.AnyTagClassName
{
color: #802C31;
}
</style>
background-color css
<style>
a { background-color: #802C31; }
a { background-color: rgb(128,44,49); }
div.DivClassName
{
background-color: #802C31;
}
.BgClassName
{
background-color: #802C31;
}
</style>
border-color css
<style>
span { border-color: #802C31; }
span { border-color: rgb(128,44,49); }
td.TdClassName
{
border-color: #802C31;
}
.TagClassName
{
border-color: #802C31;
}
</style>