Shades of Torch Red #F80438
Tints of Torch Red #F80438
RGB
CMYK
RGB Variations
Color information
#F80438 (or 0xF80438) is known color: Torch Red. HEX triplet: F8, 04 and 38. RGB value is (248,4,56). Sum of RGB (Red+Green+Blue) = 248+4+56=308 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.52% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 248 - color contains mainly: red. Hex color #F80438 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80438 is #07FBC7. Grayscale: #525252. Windows color (decimal): -523208 or 3671288. OLE color: 3671288.
HSL color Cylindrical-coordinate representation of color #F80438: hue angle of 347.21º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80438 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.03 |
| HSL | 347.21º | 0.97% | 0.49% | - |
| HSV(B) | 347.21º | 0.98% | 0.97% | - |
| XYZ | 39.47 | 20.33 | 5.59 | - |
| YUV | 82.88 | 112.84 | 245.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 56 | 0 | 0.98 | 0.77 | 0.03 | 347.21 | 0.97 | 0.49 |
| Hex | F8 | 4 | 38 | 0 | 62 | 4D | 3 | 15B | 61 | 31 |
| Octal | 370 | 4 | 70 | 0 | 142 | 115 | 3 | 533 | 141 | 61 |
| Binary | 11111000 | 100 | 111000 | 0 | 1100010 | 1001101 | 11 | 101011011 | 1100001 | 110001 |
Color Harmonies of #F80438
Complementary color
Monochromatic Colors of #F80438
Black with #F80438
Text Example
Text Example
White with #F80438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80438; }
p { color: rgb(248,4,56); }
H1.HeaderClassName
{
color: #F80438;
}
.AnyTagClassName
{
color: #F80438;
}
</style>
background-color css
<style>
a { background-color: #F80438; }
a { background-color: rgb(248,4,56); }
div.DivClassName
{
background-color: #F80438;
}
.BgClassName
{
background-color: #F80438;
}
</style>
border-color css
<style>
span { border-color: #F80438; }
span { border-color: rgb(248,4,56); }
td.TdClassName
{
border-color: #F80438;
}
.TagClassName
{
border-color: #F80438;
}
</style>