Shades of Torch Red #F80D2C
Tints of Torch Red #F80D2C
RGB
CMYK
RGB Variations
Color information
#F80D2C (or 0xF80D2C) is known color: Torch Red. HEX triplet: F8, 0D and 2C. RGB value is (248,13,44). Sum of RGB (Red+Green+Blue) = 248+13+44=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D2C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80D2C is #07F2D3. Grayscale: #565656. Windows color (decimal): -520916 or 2887160. OLE color: 2887160.
HSL color Cylindrical-coordinate representation of color #F80D2C: hue angle of 352.09º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80D2C is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 44 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.03 |
| HSL | 352.09º | 0.94% | 0.51% | - |
| HSV(B) | 352.09º | 0.95% | 0.97% | - |
| XYZ | 39.31 | 20.43 | 4.25 | - |
| YUV | 86.8 | 103.86 | 242.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 44 | 0 | 0.95 | 0.82 | 0.03 | 352.09 | 0.94 | 0.51 |
| Hex | F8 | D | 2C | 0 | 5F | 52 | 3 | 160 | 5E | 33 |
| Octal | 370 | 15 | 54 | 0 | 137 | 122 | 3 | 540 | 136 | 63 |
| Binary | 11111000 | 1101 | 101100 | 0 | 1011111 | 1010010 | 11 | 101100000 | 1011110 | 110011 |
Color Harmonies of #F80D2C
Complementary color
Monochromatic Colors of #F80D2C
Black with #F80D2C
Text Example
Text Example
White with #F80D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D2C; }
p { color: rgb(248,13,44); }
H1.HeaderClassName
{
color: #F80D2C;
}
.AnyTagClassName
{
color: #F80D2C;
}
</style>
background-color css
<style>
a { background-color: #F80D2C; }
a { background-color: rgb(248,13,44); }
div.DivClassName
{
background-color: #F80D2C;
}
.BgClassName
{
background-color: #F80D2C;
}
</style>
border-color css
<style>
span { border-color: #F80D2C; }
span { border-color: rgb(248,13,44); }
td.TdClassName
{
border-color: #F80D2C;
}
.TagClassName
{
border-color: #F80D2C;
}
</style>