Shades of Torch Red #F51827
Tints of Torch Red #F51827
RGB
CMYK
RGB Variations
Color information
#F51827 (or 0xF51827) is known color: Torch Red. HEX triplet: F5, 18 and 27. RGB value is (245,24,39). Sum of RGB (Red+Green+Blue) = 245+24+39=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F51827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51827 is #0AE7D8. Grayscale: #5B5B5B. Windows color (decimal): -714713 or 2562293. OLE color: 2562293.
HSL color Cylindrical-coordinate representation of color #F51827: hue angle of 355.93º 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 #F51827 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 39 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.04 |
| HSL | 355.93º | 0.92% | 0.53% | - |
| HSV(B) | 355.93º | 0.9% | 0.96% | - |
| XYZ | 38.35 | 20.21 | 3.8 | - |
| YUV | 91.79 | 98.22 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 39 | 0 | 0.90 | 0.84 | 0.04 | 355.93 | 0.92 | 0.53 |
| Hex | F5 | 18 | 27 | 0 | 5A | 54 | 4 | 164 | 5C | 35 |
| Octal | 365 | 30 | 47 | 0 | 132 | 124 | 4 | 544 | 134 | 65 |
| Binary | 11110101 | 11000 | 100111 | 0 | 1011010 | 1010100 | 100 | 101100100 | 1011100 | 110101 |
Color Harmonies of #F51827
Complementary color
Monochromatic Colors of #F51827
Black with #F51827
Text Example
Text Example
White with #F51827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51827; }
p { color: rgb(245,24,39); }
H1.HeaderClassName
{
color: #F51827;
}
.AnyTagClassName
{
color: #F51827;
}
</style>
background-color css
<style>
a { background-color: #F51827; }
a { background-color: rgb(245,24,39); }
div.DivClassName
{
background-color: #F51827;
}
.BgClassName
{
background-color: #F51827;
}
</style>
border-color css
<style>
span { border-color: #F51827; }
span { border-color: rgb(245,24,39); }
td.TdClassName
{
border-color: #F51827;
}
.TagClassName
{
border-color: #F51827;
}
</style>