Shades of Torch Red #F3121C
Tints of Torch Red #F3121C
RGB
CMYK
RGB Variations
Color information
#F3121C (or 0xF3121C) is known color: Torch Red. HEX triplet: F3, 12 and 1C. RGB value is (243,18,28). Sum of RGB (Red+Green+Blue) = 243+18+28=289 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.08% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 243 - color contains mainly: red. Hex color #F3121C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3121C is #0CEDE3. Grayscale: #565656. Windows color (decimal): -847332 or 1839859. OLE color: 1839859.
HSL color Cylindrical-coordinate representation of color #F3121C: hue angle of 357.33º 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 #F3121C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.05 |
| HSL | 357.33º | 0.9% | 0.51% | - |
| HSV(B) | 357.33º | 0.93% | 0.95% | - |
| XYZ | 37.39 | 19.57 | 2.91 | - |
| YUV | 86.42 | 95.04 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 28 | 0 | 0.93 | 0.88 | 0.05 | 357.33 | 0.9 | 0.51 |
| Hex | F3 | 12 | 1C | 0 | 5D | 58 | 5 | 165 | 5A | 33 |
| Octal | 363 | 22 | 34 | 0 | 135 | 130 | 5 | 545 | 132 | 63 |
| Binary | 11110011 | 10010 | 11100 | 0 | 1011101 | 1011000 | 101 | 101100101 | 1011010 | 110011 |
Color Harmonies of #F3121C
Complementary color
Monochromatic Colors of #F3121C
Black with #F3121C
Text Example
Text Example
White with #F3121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3121C; }
p { color: rgb(243,18,28); }
H1.HeaderClassName
{
color: #F3121C;
}
.AnyTagClassName
{
color: #F3121C;
}
</style>
background-color css
<style>
a { background-color: #F3121C; }
a { background-color: rgb(243,18,28); }
div.DivClassName
{
background-color: #F3121C;
}
.BgClassName
{
background-color: #F3121C;
}
</style>
border-color css
<style>
span { border-color: #F3121C; }
span { border-color: rgb(243,18,28); }
td.TdClassName
{
border-color: #F3121C;
}
.TagClassName
{
border-color: #F3121C;
}
</style>