Shades of Torch Red #F3133F
Tints of Torch Red #F3133F
RGB
CMYK
RGB Variations
Color information
#F3133F (or 0xF3133F) is known color: Torch Red. HEX triplet: F3, 13 and 3F. RGB value is (243,19,63). Sum of RGB (Red+Green+Blue) = 243+19+63=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F3133F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3133F is #0CECC0. Grayscale: #5B5B5B. Windows color (decimal): -847041 or 4133875. OLE color: 4133875.
HSL color Cylindrical-coordinate representation of color #F3133F: hue angle of 348.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3133F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 63 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.05 |
| HSL | 348.21º | 0.9% | 0.51% | - |
| HSV(B) | 348.21º | 0.92% | 0.95% | - |
| XYZ | 38.09 | 19.88 | 6.53 | - |
| YUV | 90.99 | 112.21 | 236.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 63 | 0 | 0.92 | 0.74 | 0.05 | 348.21 | 0.9 | 0.51 |
| Hex | F3 | 13 | 3F | 0 | 5C | 4A | 5 | 15C | 5A | 33 |
| Octal | 363 | 23 | 77 | 0 | 134 | 112 | 5 | 534 | 132 | 63 |
| Binary | 11110011 | 10011 | 111111 | 0 | 1011100 | 1001010 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F3133F
Complementary color
Monochromatic Colors of #F3133F
Black with #F3133F
Text Example
Text Example
White with #F3133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3133F; }
p { color: rgb(243,19,63); }
H1.HeaderClassName
{
color: #F3133F;
}
.AnyTagClassName
{
color: #F3133F;
}
</style>
background-color css
<style>
a { background-color: #F3133F; }
a { background-color: rgb(243,19,63); }
div.DivClassName
{
background-color: #F3133F;
}
.BgClassName
{
background-color: #F3133F;
}
</style>
border-color css
<style>
span { border-color: #F3133F; }
span { border-color: rgb(243,19,63); }
td.TdClassName
{
border-color: #F3133F;
}
.TagClassName
{
border-color: #F3133F;
}
</style>