Shades of Flame Red #80282A
Tints of Flame Red #80282A
RGB
CMYK
RGB Variations
Color information
#80282A (or 0x80282A) is known color: Flame Red. HEX triplet: 80, 28 and 2A. RGB value is (128,40,42). Sum of RGB (Red+Green+Blue) = 128+40+42=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80282A is #7FD7D5. Grayscale: #424242. Windows color (decimal): -8378326 or 2762880. OLE color: 2762880.
HSL color Cylindrical-coordinate representation of color #80282A: hue angle of 358.64º 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 #80282A is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 40 | 42 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.50 |
| HSL | 358.64º | 0.52% | 0.33% | - |
| HSV(B) | 358.64º | 0.69% | 0.5% | - |
| XYZ | 10.08 | 6.27 | 2.87 | - |
| YUV | 66.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 42 | 0 | 0.69 | 0.67 | 0.50 | 358.64 | 0.52 | 0.33 |
| Hex | 80 | 28 | 2A | 0 | 45 | 43 | 32 | 167 | 34 | 21 |
| Octal | 200 | 50 | 52 | 0 | 105 | 103 | 62 | 547 | 64 | 41 |
| Binary | 10000000 | 101000 | 101010 | 0 | 1000101 | 1000011 | 110010 | 101100111 | 110100 | 100001 |
Color Harmonies of #80282A
Complementary color
Monochromatic Colors of #80282A
Black with #80282A
Text Example
Text Example
White with #80282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80282A; }
p { color: rgb(128,40,42); }
H1.HeaderClassName
{
color: #80282A;
}
.AnyTagClassName
{
color: #80282A;
}
</style>
background-color css
<style>
a { background-color: #80282A; }
a { background-color: rgb(128,40,42); }
div.DivClassName
{
background-color: #80282A;
}
.BgClassName
{
background-color: #80282A;
}
</style>
border-color css
<style>
span { border-color: #80282A; }
span { border-color: rgb(128,40,42); }
td.TdClassName
{
border-color: #80282A;
}
.TagClassName
{
border-color: #80282A;
}
</style>