Shades of Torch Red #F51828
Tints of Torch Red #F51828
RGB
CMYK
RGB Variations
Color information
#F51828 (or 0xF51828) is known color: Torch Red. HEX triplet: F5, 18 and 28. RGB value is (245,24,40). Sum of RGB (Red+Green+Blue) = 245+24+40=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F51828 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51828 is #0AE7D7. Grayscale: #5C5C5C. Windows color (decimal): -714712 or 2627829. OLE color: 2627829.
HSL color Cylindrical-coordinate representation of color #F51828: hue angle of 355.66º degrees, saturation: 0.92, 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 #F51828 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 40 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.04 |
| HSL | 355.66º | 0.92% | 0.53% | - |
| HSV(B) | 355.66º | 0.9% | 0.96% | - |
| XYZ | 38.37 | 20.22 | 3.89 | - |
| YUV | 91.9 | 98.72 | 237.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 40 | 0 | 0.90 | 0.84 | 0.04 | 355.66 | 0.92 | 0.53 |
| Hex | F5 | 18 | 28 | 0 | 5A | 54 | 4 | 164 | 5C | 35 |
| Octal | 365 | 30 | 50 | 0 | 132 | 124 | 4 | 544 | 134 | 65 |
| Binary | 11110101 | 11000 | 101000 | 0 | 1011010 | 1010100 | 100 | 101100100 | 1011100 | 110101 |
Color Harmonies of #F51828
Complementary color
Monochromatic Colors of #F51828
Black with #F51828
Text Example
Text Example
White with #F51828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51828; }
p { color: rgb(245,24,40); }
H1.HeaderClassName
{
color: #F51828;
}
.AnyTagClassName
{
color: #F51828;
}
</style>
background-color css
<style>
a { background-color: #F51828; }
a { background-color: rgb(245,24,40); }
div.DivClassName
{
background-color: #F51828;
}
.BgClassName
{
background-color: #F51828;
}
</style>
border-color css
<style>
span { border-color: #F51828; }
span { border-color: rgb(245,24,40); }
td.TdClassName
{
border-color: #F51828;
}
.TagClassName
{
border-color: #F51828;
}
</style>