Shades of Torch Red #F81635
Tints of Torch Red #F81635
RGB
CMYK
RGB Variations
Color information
#F81635 (or 0xF81635) is known color: Torch Red. HEX triplet: F8, 16 and 35. RGB value is (248,22,53). Sum of RGB (Red+Green+Blue) = 248+22+53=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F81635 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81635 is #07E9CA. Grayscale: #5D5D5D. Windows color (decimal): -518603 or 3479288. OLE color: 3479288.
HSL color Cylindrical-coordinate representation of color #F81635: hue angle of 351.77º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81635 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 53 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.03 |
| HSL | 351.77º | 0.94% | 0.53% | - |
| HSV(B) | 351.77º | 0.91% | 0.97% | - |
| XYZ | 39.64 | 20.79 | 5.29 | - |
| YUV | 93.11 | 105.37 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 53 | 0 | 0.91 | 0.79 | 0.03 | 351.77 | 0.94 | 0.53 |
| Hex | F8 | 16 | 35 | 0 | 5B | 4F | 3 | 160 | 5E | 35 |
| Octal | 370 | 26 | 65 | 0 | 133 | 117 | 3 | 540 | 136 | 65 |
| Binary | 11111000 | 10110 | 110101 | 0 | 1011011 | 1001111 | 11 | 101100000 | 1011110 | 110101 |
Color Harmonies of #F81635
Complementary color
Monochromatic Colors of #F81635
Black with #F81635
Text Example
Text Example
White with #F81635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81635; }
p { color: rgb(248,22,53); }
H1.HeaderClassName
{
color: #F81635;
}
.AnyTagClassName
{
color: #F81635;
}
</style>
background-color css
<style>
a { background-color: #F81635; }
a { background-color: rgb(248,22,53); }
div.DivClassName
{
background-color: #F81635;
}
.BgClassName
{
background-color: #F81635;
}
</style>
border-color css
<style>
span { border-color: #F81635; }
span { border-color: rgb(248,22,53); }
td.TdClassName
{
border-color: #F81635;
}
.TagClassName
{
border-color: #F81635;
}
</style>