Shades of Torch Red #F81229
Tints of Torch Red #F81229
RGB
CMYK
RGB Variations
Color information
#F81229 (or 0xF81229) is known color: Torch Red. HEX triplet: F8, 12 and 29. RGB value is (248,18,41). Sum of RGB (Red+Green+Blue) = 248+18+41=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F81229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81229 is #07EDD6. Grayscale: #595959. Windows color (decimal): -519639 or 2691832. OLE color: 2691832.
HSL color Cylindrical-coordinate representation of color #F81229: hue angle of 354º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81229 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 41 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.03 |
| HSL | 354º | 0.94% | 0.52% | - |
| HSV(B) | 354º | 0.93% | 0.97% | - |
| XYZ | 39.33 | 20.55 | 3.99 | - |
| YUV | 89.39 | 100.7 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 41 | 0 | 0.93 | 0.83 | 0.03 | 354 | 0.94 | 0.52 |
| Hex | F8 | 12 | 29 | 0 | 5D | 53 | 3 | 162 | 5E | 34 |
| Octal | 370 | 22 | 51 | 0 | 135 | 123 | 3 | 542 | 136 | 64 |
| Binary | 11111000 | 10010 | 101001 | 0 | 1011101 | 1010011 | 11 | 101100010 | 1011110 | 110100 |
Color Harmonies of #F81229
Complementary color
Monochromatic Colors of #F81229
Black with #F81229
Text Example
Text Example
White with #F81229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81229; }
p { color: rgb(248,18,41); }
H1.HeaderClassName
{
color: #F81229;
}
.AnyTagClassName
{
color: #F81229;
}
</style>
background-color css
<style>
a { background-color: #F81229; }
a { background-color: rgb(248,18,41); }
div.DivClassName
{
background-color: #F81229;
}
.BgClassName
{
background-color: #F81229;
}
</style>
border-color css
<style>
span { border-color: #F81229; }
span { border-color: rgb(248,18,41); }
td.TdClassName
{
border-color: #F81229;
}
.TagClassName
{
border-color: #F81229;
}
</style>