Shades of Torch Red #F51E33
Tints of Torch Red #F51E33
RGB
CMYK
RGB Variations
Color information
#F51E33 (or 0xF51E33) is known color: Torch Red. HEX triplet: F5, 1E and 33. RGB value is (245,30,51). Sum of RGB (Red+Green+Blue) = 245+30+51=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E33 is #0AE1CC. Grayscale: #606060. Windows color (decimal): -713165 or 3350261. OLE color: 3350261.
HSL color Cylindrical-coordinate representation of color #F51E33: hue angle of 354.14º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E33 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 51 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.04 |
| HSL | 354.14º | 0.91% | 0.54% | - |
| HSV(B) | 354.14º | 0.88% | 0.96% | - |
| XYZ | 38.72 | 20.58 | 5.06 | - |
| YUV | 96.68 | 102.23 | 233.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 51 | 0 | 0.88 | 0.79 | 0.04 | 354.14 | 0.91 | 0.54 |
| Hex | F5 | 1E | 33 | 0 | 58 | 4F | 4 | 162 | 5B | 36 |
| Octal | 365 | 36 | 63 | 0 | 130 | 117 | 4 | 542 | 133 | 66 |
| Binary | 11110101 | 11110 | 110011 | 0 | 1011000 | 1001111 | 100 | 101100010 | 1011011 | 110110 |
Color Harmonies of #F51E33
Complementary color
Monochromatic Colors of #F51E33
Black with #F51E33
Text Example
Text Example
White with #F51E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51E33; }
p { color: rgb(245,30,51); }
H1.HeaderClassName
{
color: #F51E33;
}
.AnyTagClassName
{
color: #F51E33;
}
</style>
background-color css
<style>
a { background-color: #F51E33; }
a { background-color: rgb(245,30,51); }
div.DivClassName
{
background-color: #F51E33;
}
.BgClassName
{
background-color: #F51E33;
}
</style>
border-color css
<style>
span { border-color: #F51E33; }
span { border-color: rgb(245,30,51); }
td.TdClassName
{
border-color: #F51E33;
}
.TagClassName
{
border-color: #F51E33;
}
</style>