Shades of Torch Red #F3152C
Tints of Torch Red #F3152C
RGB
CMYK
RGB Variations
Color information
#F3152C (or 0xF3152C) is known color: Torch Red. HEX triplet: F3, 15 and 2C. RGB value is (243,21,44). Sum of RGB (Red+Green+Blue) = 243+21+44=308 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.90% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 243 - color contains mainly: red. Hex color #F3152C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3152C is #0CEAD3. Grayscale: #5A5A5A. Windows color (decimal): -846548 or 2889203. OLE color: 2889203.
HSL color Cylindrical-coordinate representation of color #F3152C: hue angle of 353.78º 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 #F3152C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 44 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.05 |
| HSL | 353.78º | 0.9% | 0.52% | - |
| HSV(B) | 353.78º | 0.91% | 0.95% | - |
| XYZ | 37.68 | 19.77 | 4.21 | - |
| YUV | 90 | 102.05 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 44 | 0 | 0.91 | 0.82 | 0.05 | 353.78 | 0.9 | 0.52 |
| Hex | F3 | 15 | 2C | 0 | 5B | 52 | 5 | 162 | 5A | 34 |
| Octal | 363 | 25 | 54 | 0 | 133 | 122 | 5 | 542 | 132 | 64 |
| Binary | 11110011 | 10101 | 101100 | 0 | 1011011 | 1010010 | 101 | 101100010 | 1011010 | 110100 |
Color Harmonies of #F3152C
Complementary color
Monochromatic Colors of #F3152C
Black with #F3152C
Text Example
Text Example
White with #F3152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3152C; }
p { color: rgb(243,21,44); }
H1.HeaderClassName
{
color: #F3152C;
}
.AnyTagClassName
{
color: #F3152C;
}
</style>
background-color css
<style>
a { background-color: #F3152C; }
a { background-color: rgb(243,21,44); }
div.DivClassName
{
background-color: #F3152C;
}
.BgClassName
{
background-color: #F3152C;
}
</style>
border-color css
<style>
span { border-color: #F3152C; }
span { border-color: rgb(243,21,44); }
td.TdClassName
{
border-color: #F3152C;
}
.TagClassName
{
border-color: #F3152C;
}
</style>