Shades of Torch Red #F3152D
Tints of Torch Red #F3152D
RGB
CMYK
RGB Variations
Color information
#F3152D (or 0xF3152D) is known color: Torch Red. HEX triplet: F3, 15 and 2D. RGB value is (243,21,45). Sum of RGB (Red+Green+Blue) = 243+21+45=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F3152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3152D is #0CEAD2. Grayscale: #5A5A5A. Windows color (decimal): -846547 or 2954739. OLE color: 2954739.
HSL color Cylindrical-coordinate representation of color #F3152D: hue angle of 353.51º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3152D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.05 |
| HSL | 353.51º | 0.9% | 0.52% | - |
| HSV(B) | 353.51º | 0.91% | 0.95% | - |
| XYZ | 37.7 | 19.78 | 4.31 | - |
| YUV | 90.11 | 102.55 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 45 | 0 | 0.91 | 0.81 | 0.05 | 353.51 | 0.9 | 0.52 |
| Hex | F3 | 15 | 2D | 0 | 5B | 51 | 5 | 162 | 5A | 34 |
| Octal | 363 | 25 | 55 | 0 | 133 | 121 | 5 | 542 | 132 | 64 |
| Binary | 11110011 | 10101 | 101101 | 0 | 1011011 | 1010001 | 101 | 101100010 | 1011010 | 110100 |
Color Harmonies of #F3152D
Complementary color
Monochromatic Colors of #F3152D
Black with #F3152D
Text Example
Text Example
White with #F3152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3152D; }
p { color: rgb(243,21,45); }
H1.HeaderClassName
{
color: #F3152D;
}
.AnyTagClassName
{
color: #F3152D;
}
</style>
background-color css
<style>
a { background-color: #F3152D; }
a { background-color: rgb(243,21,45); }
div.DivClassName
{
background-color: #F3152D;
}
.BgClassName
{
background-color: #F3152D;
}
</style>
border-color css
<style>
span { border-color: #F3152D; }
span { border-color: rgb(243,21,45); }
td.TdClassName
{
border-color: #F3152D;
}
.TagClassName
{
border-color: #F3152D;
}
</style>