Shades of Torch Red #F80D2B
Tints of Torch Red #F80D2B
RGB
CMYK
RGB Variations
Color information
#F80D2B (or 0xF80D2B) is known color: Torch Red. HEX triplet: F8, 0D and 2B. RGB value is (248,13,43). Sum of RGB (Red+Green+Blue) = 248+13+43=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F80D2B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80D2B is #07F2D4. Grayscale: #565656. Windows color (decimal): -520917 or 2821624. OLE color: 2821624.
HSL color Cylindrical-coordinate representation of color #F80D2B: hue angle of 352.34º 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 #F80D2B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 43 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.03 |
| HSL | 352.34º | 0.94% | 0.51% | - |
| HSV(B) | 352.34º | 0.95% | 0.97% | - |
| XYZ | 39.29 | 20.42 | 4.16 | - |
| YUV | 86.69 | 103.36 | 243.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 43 | 0 | 0.95 | 0.83 | 0.03 | 352.34 | 0.94 | 0.51 |
| Hex | F8 | D | 2B | 0 | 5F | 53 | 3 | 160 | 5E | 33 |
| Octal | 370 | 15 | 53 | 0 | 137 | 123 | 3 | 540 | 136 | 63 |
| Binary | 11111000 | 1101 | 101011 | 0 | 1011111 | 1010011 | 11 | 101100000 | 1011110 | 110011 |
Color Harmonies of #F80D2B
Complementary color
Monochromatic Colors of #F80D2B
Black with #F80D2B
Text Example
Text Example
White with #F80D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80D2B; }
p { color: rgb(248,13,43); }
H1.HeaderClassName
{
color: #F80D2B;
}
.AnyTagClassName
{
color: #F80D2B;
}
</style>
background-color css
<style>
a { background-color: #F80D2B; }
a { background-color: rgb(248,13,43); }
div.DivClassName
{
background-color: #F80D2B;
}
.BgClassName
{
background-color: #F80D2B;
}
</style>
border-color css
<style>
span { border-color: #F80D2B; }
span { border-color: rgb(248,13,43); }
td.TdClassName
{
border-color: #F80D2B;
}
.TagClassName
{
border-color: #F80D2B;
}
</style>