Shades of Torch Red #F31433
Tints of Torch Red #F31433
RGB
CMYK
RGB Variations
Color information
#F31433 (or 0xF31433) is known color: Torch Red. HEX triplet: F3, 14 and 33. RGB value is (243,20,51). Sum of RGB (Red+Green+Blue) = 243+20+51=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F31433 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31433 is #0CEBCC. Grayscale: #5A5A5A. Windows color (decimal): -846797 or 3347699. OLE color: 3347699.
HSL color Cylindrical-coordinate representation of color #F31433: hue angle of 351.66º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31433 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 51 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.05 |
| HSL | 351.66º | 0.9% | 0.52% | - |
| HSV(B) | 351.66º | 0.92% | 0.95% | - |
| XYZ | 37.81 | 19.79 | 4.96 | - |
| YUV | 90.21 | 105.88 | 236.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 51 | 0 | 0.92 | 0.79 | 0.05 | 351.66 | 0.9 | 0.52 |
| Hex | F3 | 14 | 33 | 0 | 5C | 4F | 5 | 160 | 5A | 34 |
| Octal | 363 | 24 | 63 | 0 | 134 | 117 | 5 | 540 | 132 | 64 |
| Binary | 11110011 | 10100 | 110011 | 0 | 1011100 | 1001111 | 101 | 101100000 | 1011010 | 110100 |
Color Harmonies of #F31433
Complementary color
Monochromatic Colors of #F31433
Black with #F31433
Text Example
Text Example
White with #F31433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31433; }
p { color: rgb(243,20,51); }
H1.HeaderClassName
{
color: #F31433;
}
.AnyTagClassName
{
color: #F31433;
}
</style>
background-color css
<style>
a { background-color: #F31433; }
a { background-color: rgb(243,20,51); }
div.DivClassName
{
background-color: #F31433;
}
.BgClassName
{
background-color: #F31433;
}
</style>
border-color css
<style>
span { border-color: #F31433; }
span { border-color: rgb(243,20,51); }
td.TdClassName
{
border-color: #F31433;
}
.TagClassName
{
border-color: #F31433;
}
</style>