Shades of Flame Red #80282C
Tints of Flame Red #80282C
RGB
CMYK
RGB Variations
Color information
#80282C (or 0x80282C) is known color: Flame Red. HEX triplet: 80, 28 and 2C. RGB value is (128,40,44). Sum of RGB (Red+Green+Blue) = 128+40+44=212 (28% of max value = 765). Red value is 128 (50.39% from 255 or 60.38% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 128 - color contains mainly: red. Hex color #80282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80282C is #7FD7D3. Grayscale: #424242. Windows color (decimal): -8378324 or 2893952. OLE color: 2893952.
HSL color Cylindrical-coordinate representation of color #80282C: hue angle of 357.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #80282C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 44 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.50 |
| HSL | 357.27º | 0.52% | 0.33% | - |
| HSV(B) | 357.27º | 0.69% | 0.5% | - |
| XYZ | 10.12 | 6.29 | 3.06 | - |
| YUV | 66.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 44 | 0 | 0.69 | 0.66 | 0.50 | 357.27 | 0.52 | 0.33 |
| Hex | 80 | 28 | 2C | 0 | 45 | 42 | 32 | 165 | 34 | 21 |
| Octal | 200 | 50 | 54 | 0 | 105 | 102 | 62 | 545 | 64 | 41 |
| Binary | 10000000 | 101000 | 101100 | 0 | 1000101 | 1000010 | 110010 | 101100101 | 110100 | 100001 |
Color Harmonies of #80282C
Complementary color
Monochromatic Colors of #80282C
Black with #80282C
Text Example
Text Example
White with #80282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80282C; }
p { color: rgb(128,40,44); }
H1.HeaderClassName
{
color: #80282C;
}
.AnyTagClassName
{
color: #80282C;
}
</style>
background-color css
<style>
a { background-color: #80282C; }
a { background-color: rgb(128,40,44); }
div.DivClassName
{
background-color: #80282C;
}
.BgClassName
{
background-color: #80282C;
}
</style>
border-color css
<style>
span { border-color: #80282C; }
span { border-color: rgb(128,40,44); }
td.TdClassName
{
border-color: #80282C;
}
.TagClassName
{
border-color: #80282C;
}
</style>