Shades of Torch Red #F50333
Tints of Torch Red #F50333
RGB
CMYK
RGB Variations
Color information
#F50333 (or 0xF50333) is known color: Torch Red. HEX triplet: F5, 03 and 33. RGB value is (245,3,51). Sum of RGB (Red+Green+Blue) = 245+3+51=299 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.94% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 245 - color contains mainly: red. Hex color #F50333 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50333 is #0AFCCC. Grayscale: #505050. Windows color (decimal): -720077 or 3343349. OLE color: 3343349.
HSL color Cylindrical-coordinate representation of color #F50333: hue angle of 348.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50333 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 51 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.04 |
| HSL | 348.1º | 0.98% | 0.49% | - |
| HSV(B) | 348.1º | 0.99% | 0.96% | - |
| XYZ | 38.29 | 19.72 | 4.92 | - |
| YUV | 80.83 | 111.17 | 245.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 51 | 0 | 0.99 | 0.79 | 0.04 | 348.1 | 0.98 | 0.49 |
| Hex | F5 | 3 | 33 | 0 | 63 | 4F | 4 | 15C | 62 | 31 |
| Octal | 365 | 3 | 63 | 0 | 143 | 117 | 4 | 534 | 142 | 61 |
| Binary | 11110101 | 11 | 110011 | 0 | 1100011 | 1001111 | 100 | 101011100 | 1100010 | 110001 |
Color Harmonies of #F50333
Complementary color
Monochromatic Colors of #F50333
Black with #F50333
Text Example
Text Example
White with #F50333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50333; }
p { color: rgb(245,3,51); }
H1.HeaderClassName
{
color: #F50333;
}
.AnyTagClassName
{
color: #F50333;
}
</style>
background-color css
<style>
a { background-color: #F50333; }
a { background-color: rgb(245,3,51); }
div.DivClassName
{
background-color: #F50333;
}
.BgClassName
{
background-color: #F50333;
}
</style>
border-color css
<style>
span { border-color: #F50333; }
span { border-color: rgb(245,3,51); }
td.TdClassName
{
border-color: #F50333;
}
.TagClassName
{
border-color: #F50333;
}
</style>