Shades of Torch Red #F51529
Tints of Torch Red #F51529
RGB
CMYK
RGB Variations
Color information
#F51529 (or 0xF51529) is known color: Torch Red. HEX triplet: F5, 15 and 29. RGB value is (245,21,41). Sum of RGB (Red+Green+Blue) = 245+21+41=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F51529 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51529 is #0AEAD6. Grayscale: #5A5A5A. Windows color (decimal): -715479 or 2692597. OLE color: 2692597.
HSL color Cylindrical-coordinate representation of color #F51529: hue angle of 354.64º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51529 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 41 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.04 |
| HSL | 354.64º | 0.92% | 0.52% | - |
| HSV(B) | 354.64º | 0.91% | 0.96% | - |
| XYZ | 38.32 | 20.11 | 3.96 | - |
| YUV | 90.26 | 100.21 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 41 | 0 | 0.91 | 0.83 | 0.04 | 354.64 | 0.92 | 0.52 |
| Hex | F5 | 15 | 29 | 0 | 5B | 53 | 4 | 163 | 5C | 34 |
| Octal | 365 | 25 | 51 | 0 | 133 | 123 | 4 | 543 | 134 | 64 |
| Binary | 11110101 | 10101 | 101001 | 0 | 1011011 | 1010011 | 100 | 101100011 | 1011100 | 110100 |
Color Harmonies of #F51529
Complementary color
Monochromatic Colors of #F51529
Black with #F51529
Text Example
Text Example
White with #F51529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51529; }
p { color: rgb(245,21,41); }
H1.HeaderClassName
{
color: #F51529;
}
.AnyTagClassName
{
color: #F51529;
}
</style>
background-color css
<style>
a { background-color: #F51529; }
a { background-color: rgb(245,21,41); }
div.DivClassName
{
background-color: #F51529;
}
.BgClassName
{
background-color: #F51529;
}
</style>
border-color css
<style>
span { border-color: #F51529; }
span { border-color: rgb(245,21,41); }
td.TdClassName
{
border-color: #F51529;
}
.TagClassName
{
border-color: #F51529;
}
</style>