Shades of Torch Red #F51333
Tints of Torch Red #F51333
RGB
CMYK
RGB Variations
Color information
#F51333 (or 0xF51333) is known color: Torch Red. HEX triplet: F5, 13 and 33. RGB value is (245,19,51). Sum of RGB (Red+Green+Blue) = 245+19+51=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F51333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F51333 is #0AECCC. Grayscale: #5A5A5A. Windows color (decimal): -715981 or 3347445. OLE color: 3347445.
HSL color Cylindrical-coordinate representation of color #F51333: hue angle of 351.5º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51333 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 51 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.04 |
| HSL | 351.5º | 0.92% | 0.52% | - |
| HSV(B) | 351.5º | 0.92% | 0.96% | - |
| XYZ | 38.49 | 20.12 | 4.99 | - |
| YUV | 90.22 | 105.87 | 238.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 51 | 0 | 0.92 | 0.79 | 0.04 | 351.5 | 0.92 | 0.52 |
| Hex | F5 | 13 | 33 | 0 | 5C | 4F | 4 | 160 | 5C | 34 |
| Octal | 365 | 23 | 63 | 0 | 134 | 117 | 4 | 540 | 134 | 64 |
| Binary | 11110101 | 10011 | 110011 | 0 | 1011100 | 1001111 | 100 | 101100000 | 1011100 | 110100 |
Color Harmonies of #F51333
Complementary color
Monochromatic Colors of #F51333
Black with #F51333
Text Example
Text Example
White with #F51333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51333; }
p { color: rgb(245,19,51); }
H1.HeaderClassName
{
color: #F51333;
}
.AnyTagClassName
{
color: #F51333;
}
</style>
background-color css
<style>
a { background-color: #F51333; }
a { background-color: rgb(245,19,51); }
div.DivClassName
{
background-color: #F51333;
}
.BgClassName
{
background-color: #F51333;
}
</style>
border-color css
<style>
span { border-color: #F51333; }
span { border-color: rgb(245,19,51); }
td.TdClassName
{
border-color: #F51333;
}
.TagClassName
{
border-color: #F51333;
}
</style>