Shades of Torch Red #F41828
Tints of Torch Red #F41828
RGB
CMYK
RGB Variations
Color information
#F41828 (or 0xF41828) is known color: Torch Red. HEX triplet: F4, 18 and 28. RGB value is (244,24,40). Sum of RGB (Red+Green+Blue) = 244+24+40=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F41828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F41828 is #0BE7D7. Grayscale: #5B5B5B. Windows color (decimal): -780248 or 2627828. OLE color: 2627828.
HSL color Cylindrical-coordinate representation of color #F41828: hue angle of 355.64º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F41828 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 24 | 40 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.04 |
| HSL | 355.64º | 0.91% | 0.53% | - |
| HSV(B) | 355.64º | 0.9% | 0.96% | - |
| XYZ | 38.02 | 20.04 | 3.87 | - |
| YUV | 91.6 | 98.89 | 236.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 24 | 40 | 0 | 0.90 | 0.84 | 0.04 | 355.64 | 0.91 | 0.53 |
| Hex | F4 | 18 | 28 | 0 | 5A | 54 | 4 | 164 | 5B | 35 |
| Octal | 364 | 30 | 50 | 0 | 132 | 124 | 4 | 544 | 133 | 65 |
| Binary | 11110100 | 11000 | 101000 | 0 | 1011010 | 1010100 | 100 | 101100100 | 1011011 | 110101 |
Color Harmonies of #F41828
Complementary color
Monochromatic Colors of #F41828
Black with #F41828
Text Example
Text Example
White with #F41828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41828; }
p { color: rgb(244,24,40); }
H1.HeaderClassName
{
color: #F41828;
}
.AnyTagClassName
{
color: #F41828;
}
</style>
background-color css
<style>
a { background-color: #F41828; }
a { background-color: rgb(244,24,40); }
div.DivClassName
{
background-color: #F41828;
}
.BgClassName
{
background-color: #F41828;
}
</style>
border-color css
<style>
span { border-color: #F41828; }
span { border-color: rgb(244,24,40); }
td.TdClassName
{
border-color: #F41828;
}
.TagClassName
{
border-color: #F41828;
}
</style>