Shades of Torch Red #F80423
Tints of Torch Red #F80423
RGB
CMYK
RGB Variations
Color information
#F80423 (or 0xF80423) is known color: Torch Red. HEX triplet: F8, 04 and 23. RGB value is (248,4,35). Sum of RGB (Red+Green+Blue) = 248+4+35=287 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.41% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 248 - color contains mainly: red. Hex color #F80423 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80423 is #07FBDC. Grayscale: #505050. Windows color (decimal): -523229 or 2295032. OLE color: 2295032.
HSL color Cylindrical-coordinate representation of color #F80423: hue angle of 352.38º 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 #F80423 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 35 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.03 |
| HSL | 352.38º | 0.97% | 0.49% | - |
| HSV(B) | 352.38º | 0.98% | 0.97% | - |
| XYZ | 39.06 | 20.16 | 3.42 | - |
| YUV | 80.49 | 102.34 | 247.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 35 | 0 | 0.98 | 0.86 | 0.03 | 352.38 | 0.97 | 0.49 |
| Hex | F8 | 4 | 23 | 0 | 62 | 56 | 3 | 160 | 61 | 31 |
| Octal | 370 | 4 | 43 | 0 | 142 | 126 | 3 | 540 | 141 | 61 |
| Binary | 11111000 | 100 | 100011 | 0 | 1100010 | 1010110 | 11 | 101100000 | 1100001 | 110001 |
Color Harmonies of #F80423
Complementary color
Monochromatic Colors of #F80423
Black with #F80423
Text Example
Text Example
White with #F80423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80423; }
p { color: rgb(248,4,35); }
H1.HeaderClassName
{
color: #F80423;
}
.AnyTagClassName
{
color: #F80423;
}
</style>
background-color css
<style>
a { background-color: #F80423; }
a { background-color: rgb(248,4,35); }
div.DivClassName
{
background-color: #F80423;
}
.BgClassName
{
background-color: #F80423;
}
</style>
border-color css
<style>
span { border-color: #F80423; }
span { border-color: rgb(248,4,35); }
td.TdClassName
{
border-color: #F80423;
}
.TagClassName
{
border-color: #F80423;
}
</style>