Shades of Torch Red #F80527
Tints of Torch Red #F80527
RGB
CMYK
RGB Variations
Color information
#F80527 (or 0xF80527) is known color: Torch Red. HEX triplet: F8, 05 and 27. RGB value is (248,5,39). Sum of RGB (Red+Green+Blue) = 248+5+39=292 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.93% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 248 - color contains mainly: red. Hex color #F80527 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80527 is #07FAD8. Grayscale: #515151. Windows color (decimal): -522969 or 2557432. OLE color: 2557432.
HSL color Cylindrical-coordinate representation of color #F80527: hue angle of 351.6º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80527 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 39 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.03 |
| HSL | 351.6º | 0.96% | 0.5% | - |
| HSV(B) | 351.6º | 0.98% | 0.97% | - |
| XYZ | 39.13 | 20.21 | 3.76 | - |
| YUV | 81.53 | 104.01 | 246.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 39 | 0 | 0.98 | 0.84 | 0.03 | 351.6 | 0.96 | 0.5 |
| Hex | F8 | 5 | 27 | 0 | 62 | 54 | 3 | 160 | 60 | 32 |
| Octal | 370 | 5 | 47 | 0 | 142 | 124 | 3 | 540 | 140 | 62 |
| Binary | 11111000 | 101 | 100111 | 0 | 1100010 | 1010100 | 11 | 101100000 | 1100000 | 110010 |
Color Harmonies of #F80527
Complementary color
Monochromatic Colors of #F80527
Black with #F80527
Text Example
Text Example
White with #F80527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80527; }
p { color: rgb(248,5,39); }
H1.HeaderClassName
{
color: #F80527;
}
.AnyTagClassName
{
color: #F80527;
}
</style>
background-color css
<style>
a { background-color: #F80527; }
a { background-color: rgb(248,5,39); }
div.DivClassName
{
background-color: #F80527;
}
.BgClassName
{
background-color: #F80527;
}
</style>
border-color css
<style>
span { border-color: #F80527; }
span { border-color: rgb(248,5,39); }
td.TdClassName
{
border-color: #F80527;
}
.TagClassName
{
border-color: #F80527;
}
</style>