Shades of Flame Red #80262C
Tints of Flame Red #80262C
RGB
CMYK
RGB Variations
Color information
#80262C (or 0x80262C) is known color: Flame Red. HEX triplet: 80, 26 and 2C. RGB value is (128,38,44). Sum of RGB (Red+Green+Blue) = 128+38+44=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80262C is #7FD9D3. Grayscale: #414141. Windows color (decimal): -8378836 or 2893440. OLE color: 2893440.
HSL color Cylindrical-coordinate representation of color #80262C: hue angle of 356º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80262C is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 38 | 44 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.50 |
| HSL | 356º | 0.54% | 0.33% | - |
| HSV(B) | 356º | 0.7% | 0.5% | - |
| XYZ | 10.05 | 6.16 | 3.04 | - |
| YUV | 65.59 | 115.82 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 44 | 0 | 0.70 | 0.66 | 0.50 | 356 | 0.54 | 0.33 |
| Hex | 80 | 26 | 2C | 0 | 46 | 42 | 32 | 164 | 36 | 21 |
| Octal | 200 | 46 | 54 | 0 | 106 | 102 | 62 | 544 | 66 | 41 |
| Binary | 10000000 | 100110 | 101100 | 0 | 1000110 | 1000010 | 110010 | 101100100 | 110110 | 100001 |
Color Harmonies of #80262C
Complementary color
Monochromatic Colors of #80262C
Black with #80262C
Text Example
Text Example
White with #80262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80262C; }
p { color: rgb(128,38,44); }
H1.HeaderClassName
{
color: #80262C;
}
.AnyTagClassName
{
color: #80262C;
}
</style>
background-color css
<style>
a { background-color: #80262C; }
a { background-color: rgb(128,38,44); }
div.DivClassName
{
background-color: #80262C;
}
.BgClassName
{
background-color: #80262C;
}
</style>
border-color css
<style>
span { border-color: #80262C; }
span { border-color: rgb(128,38,44); }
td.TdClassName
{
border-color: #80262C;
}
.TagClassName
{
border-color: #80262C;
}
</style>