Shades of Torch Red #F3153F
Tints of Torch Red #F3153F
RGB
CMYK
RGB Variations
Color information
#F3153F (or 0xF3153F) is known color: Torch Red. HEX triplet: F3, 15 and 3F. RGB value is (243,21,63). Sum of RGB (Red+Green+Blue) = 243+21+63=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F3153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3153F is #0CEAC0. Grayscale: #5C5C5C. Windows color (decimal): -846529 or 4134387. OLE color: 4134387.
HSL color Cylindrical-coordinate representation of color #F3153F: hue angle of 348.65º 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 #F3153F is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 63 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.05 |
| HSL | 348.65º | 0.9% | 0.52% | - |
| HSV(B) | 348.65º | 0.91% | 0.95% | - |
| XYZ | 38.13 | 19.95 | 6.54 | - |
| YUV | 92.17 | 111.55 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 63 | 0 | 0.91 | 0.74 | 0.05 | 348.65 | 0.9 | 0.52 |
| Hex | F3 | 15 | 3F | 0 | 5B | 4A | 5 | 15D | 5A | 34 |
| Octal | 363 | 25 | 77 | 0 | 133 | 112 | 5 | 535 | 132 | 64 |
| Binary | 11110011 | 10101 | 111111 | 0 | 1011011 | 1001010 | 101 | 101011101 | 1011010 | 110100 |
Color Harmonies of #F3153F
Complementary color
Monochromatic Colors of #F3153F
Black with #F3153F
Text Example
Text Example
White with #F3153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3153F; }
p { color: rgb(243,21,63); }
H1.HeaderClassName
{
color: #F3153F;
}
.AnyTagClassName
{
color: #F3153F;
}
</style>
background-color css
<style>
a { background-color: #F3153F; }
a { background-color: rgb(243,21,63); }
div.DivClassName
{
background-color: #F3153F;
}
.BgClassName
{
background-color: #F3153F;
}
</style>
border-color css
<style>
span { border-color: #F3153F; }
span { border-color: rgb(243,21,63); }
td.TdClassName
{
border-color: #F3153F;
}
.TagClassName
{
border-color: #F3153F;
}
</style>