Shades of Torch Red #F3053D
Tints of Torch Red #F3053D
RGB
CMYK
RGB Variations
Color information
#F3053D (or 0xF3053D) is known color: Torch Red. HEX triplet: F3, 05 and 3D. RGB value is (243,5,61). Sum of RGB (Red+Green+Blue) = 243+5+61=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F3053D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3053D is #0CFAC2. Grayscale: #525252. Windows color (decimal): -850627 or 3999219. OLE color: 3999219.
HSL color Cylindrical-coordinate representation of color #F3053D: hue angle of 345.88º 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 #F3053D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 61 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.05 |
| HSL | 345.88º | 0.96% | 0.49% | - |
| HSV(B) | 345.88º | 0.98% | 0.95% | - |
| XYZ | 37.86 | 19.5 | 6.18 | - |
| YUV | 82.55 | 115.85 | 242.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 61 | 0 | 0.98 | 0.75 | 0.05 | 345.88 | 0.96 | 0.49 |
| Hex | F3 | 5 | 3D | 0 | 62 | 4B | 5 | 15A | 60 | 31 |
| Octal | 363 | 5 | 75 | 0 | 142 | 113 | 5 | 532 | 140 | 61 |
| Binary | 11110011 | 101 | 111101 | 0 | 1100010 | 1001011 | 101 | 101011010 | 1100000 | 110001 |
Color Harmonies of #F3053D
Complementary color
Monochromatic Colors of #F3053D
Black with #F3053D
Text Example
Text Example
White with #F3053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3053D; }
p { color: rgb(243,5,61); }
H1.HeaderClassName
{
color: #F3053D;
}
.AnyTagClassName
{
color: #F3053D;
}
</style>
background-color css
<style>
a { background-color: #F3053D; }
a { background-color: rgb(243,5,61); }
div.DivClassName
{
background-color: #F3053D;
}
.BgClassName
{
background-color: #F3053D;
}
</style>
border-color css
<style>
span { border-color: #F3053D; }
span { border-color: rgb(243,5,61); }
td.TdClassName
{
border-color: #F3053D;
}
.TagClassName
{
border-color: #F3053D;
}
</style>