Shades of Torch Red #F91828
Tints of Torch Red #F91828
RGB
CMYK
RGB Variations
Color information
#F91828 (or 0xF91828) is known color: Torch Red. HEX triplet: F9, 18 and 28. RGB value is (249,24,40). Sum of RGB (Red+Green+Blue) = 249+24+40=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F91828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91828 is #06E7D7. Grayscale: #5D5D5D. Windows color (decimal): -452568 or 2627833. OLE color: 2627833.
HSL color Cylindrical-coordinate representation of color #F91828: hue angle of 355.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91828 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 40 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.02 |
| HSL | 355.73º | 0.95% | 0.54% | - |
| HSV(B) | 355.73º | 0.9% | 0.98% | - |
| XYZ | 39.78 | 20.95 | 3.95 | - |
| YUV | 93.1 | 98.04 | 239.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 40 | 0 | 0.90 | 0.84 | 0.02 | 355.73 | 0.95 | 0.54 |
| Hex | F9 | 18 | 28 | 0 | 5A | 54 | 2 | 164 | 5F | 36 |
| Octal | 371 | 30 | 50 | 0 | 132 | 124 | 2 | 544 | 137 | 66 |
| Binary | 11111001 | 11000 | 101000 | 0 | 1011010 | 1010100 | 10 | 101100100 | 1011111 | 110110 |
Color Harmonies of #F91828
Complementary color
Monochromatic Colors of #F91828
Black with #F91828
Text Example
Text Example
White with #F91828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91828; }
p { color: rgb(249,24,40); }
H1.HeaderClassName
{
color: #F91828;
}
.AnyTagClassName
{
color: #F91828;
}
</style>
background-color css
<style>
a { background-color: #F91828; }
a { background-color: rgb(249,24,40); }
div.DivClassName
{
background-color: #F91828;
}
.BgClassName
{
background-color: #F91828;
}
</style>
border-color css
<style>
span { border-color: #F91828; }
span { border-color: rgb(249,24,40); }
td.TdClassName
{
border-color: #F91828;
}
.TagClassName
{
border-color: #F91828;
}
</style>