Shades of Torch Red #F3053F
Tints of Torch Red #F3053F
RGB
CMYK
RGB Variations
Color information
#F3053F (or 0xF3053F) is known color: Torch Red. HEX triplet: F3, 05 and 3F. RGB value is (243,5,63). Sum of RGB (Red+Green+Blue) = 243+5+63=311 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.14% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 243 - color contains mainly: red. Hex color #F3053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3053F is #0CFAC0. Grayscale: #525252. Windows color (decimal): -850625 or 4130291. OLE color: 4130291.
HSL color Cylindrical-coordinate representation of color #F3053F: hue angle of 345.38º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3053F is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.05 |
| HSL | 345.38º | 0.96% | 0.49% | - |
| HSV(B) | 345.38º | 0.98% | 0.95% | - |
| XYZ | 37.91 | 19.52 | 6.47 | - |
| YUV | 82.77 | 116.85 | 242.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 63 | 0 | 0.98 | 0.74 | 0.05 | 345.38 | 0.96 | 0.49 |
| Hex | F3 | 5 | 3F | 0 | 62 | 4A | 5 | 159 | 60 | 31 |
| Octal | 363 | 5 | 77 | 0 | 142 | 112 | 5 | 531 | 140 | 61 |
| Binary | 11110011 | 101 | 111111 | 0 | 1100010 | 1001010 | 101 | 101011001 | 1100000 | 110001 |
Color Harmonies of #F3053F
Complementary color
Monochromatic Colors of #F3053F
Black with #F3053F
Text Example
Text Example
White with #F3053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3053F; }
p { color: rgb(243,5,63); }
H1.HeaderClassName
{
color: #F3053F;
}
.AnyTagClassName
{
color: #F3053F;
}
</style>
background-color css
<style>
a { background-color: #F3053F; }
a { background-color: rgb(243,5,63); }
div.DivClassName
{
background-color: #F3053F;
}
.BgClassName
{
background-color: #F3053F;
}
</style>
border-color css
<style>
span { border-color: #F3053F; }
span { border-color: rgb(243,5,63); }
td.TdClassName
{
border-color: #F3053F;
}
.TagClassName
{
border-color: #F3053F;
}
</style>