Shades of Torch Red #F3113D
Tints of Torch Red #F3113D
RGB
CMYK
RGB Variations
Color information
#F3113D (or 0xF3113D) is known color: Torch Red. HEX triplet: F3, 11 and 3D. RGB value is (243,17,61). Sum of RGB (Red+Green+Blue) = 243+17+61=321 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.70% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 243 - color contains mainly: red. Hex color #F3113D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3113D is #0CEEC2. Grayscale: #595959. Windows color (decimal): -847555 or 4002291. OLE color: 4002291.
HSL color Cylindrical-coordinate representation of color #F3113D: hue angle of 348.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3113D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 61 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.05 |
| HSL | 348.32º | 0.9% | 0.51% | - |
| HSV(B) | 348.32º | 0.93% | 0.95% | - |
| XYZ | 38 | 19.79 | 6.23 | - |
| YUV | 89.59 | 111.87 | 237.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 61 | 0 | 0.93 | 0.75 | 0.05 | 348.32 | 0.9 | 0.51 |
| Hex | F3 | 11 | 3D | 0 | 5D | 4B | 5 | 15C | 5A | 33 |
| Octal | 363 | 21 | 75 | 0 | 135 | 113 | 5 | 534 | 132 | 63 |
| Binary | 11110011 | 10001 | 111101 | 0 | 1011101 | 1001011 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F3113D
Complementary color
Monochromatic Colors of #F3113D
Black with #F3113D
Text Example
Text Example
White with #F3113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3113D; }
p { color: rgb(243,17,61); }
H1.HeaderClassName
{
color: #F3113D;
}
.AnyTagClassName
{
color: #F3113D;
}
</style>
background-color css
<style>
a { background-color: #F3113D; }
a { background-color: rgb(243,17,61); }
div.DivClassName
{
background-color: #F3113D;
}
.BgClassName
{
background-color: #F3113D;
}
</style>
border-color css
<style>
span { border-color: #F3113D; }
span { border-color: rgb(243,17,61); }
td.TdClassName
{
border-color: #F3113D;
}
.TagClassName
{
border-color: #F3113D;
}
</style>