Shades of Torch Red #F51215
Tints of Torch Red #F51215
RGB
CMYK
RGB Variations
Color information
#F51215 (or 0xF51215) is known color: Torch Red. HEX triplet: F5, 12 and 15. RGB value is (245,18,21). Sum of RGB (Red+Green+Blue) = 245+18+21=284 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.27% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 245 - color contains mainly: red. Hex color #F51215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51215 is #0AEDEA. Grayscale: #565656. Windows color (decimal): -716267 or 1381109. OLE color: 1381109.
HSL color Cylindrical-coordinate representation of color #F51215: hue angle of 359.21º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51215 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 21 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.04 |
| HSL | 359.21º | 0.92% | 0.52% | - |
| HSV(B) | 359.21º | 0.93% | 0.96% | - |
| XYZ | 38.01 | 19.9 | 2.55 | - |
| YUV | 86.22 | 91.21 | 241.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 21 | 0 | 0.93 | 0.91 | 0.04 | 359.21 | 0.92 | 0.52 |
| Hex | F5 | 12 | 15 | 0 | 5D | 5B | 4 | 167 | 5C | 34 |
| Octal | 365 | 22 | 25 | 0 | 135 | 133 | 4 | 547 | 134 | 64 |
| Binary | 11110101 | 10010 | 10101 | 0 | 1011101 | 1011011 | 100 | 101100111 | 1011100 | 110100 |
Color Harmonies of #F51215
Complementary color
Monochromatic Colors of #F51215
Black with #F51215
Text Example
Text Example
White with #F51215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51215; }
p { color: rgb(245,18,21); }
H1.HeaderClassName
{
color: #F51215;
}
.AnyTagClassName
{
color: #F51215;
}
</style>
background-color css
<style>
a { background-color: #F51215; }
a { background-color: rgb(245,18,21); }
div.DivClassName
{
background-color: #F51215;
}
.BgClassName
{
background-color: #F51215;
}
</style>
border-color css
<style>
span { border-color: #F51215; }
span { border-color: rgb(245,18,21); }
td.TdClassName
{
border-color: #F51215;
}
.TagClassName
{
border-color: #F51215;
}
</style>