Shades of Torch Red #F31221
Tints of Torch Red #F31221
RGB
CMYK
RGB Variations
Color information
#F31221 (or 0xF31221) is known color: Torch Red. HEX triplet: F3, 12 and 21. RGB value is (243,18,33). Sum of RGB (Red+Green+Blue) = 243+18+33=294 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.65% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 243 - color contains mainly: red. Hex color #F31221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31221 is #0CEDDE. Grayscale: #575757. Windows color (decimal): -847327 or 2167539. OLE color: 2167539.
HSL color Cylindrical-coordinate representation of color #F31221: hue angle of 356º 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 #F31221 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 33 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 356º | 0.9% | 0.51% | - |
| HSV(B) | 356º | 0.93% | 0.95% | - |
| XYZ | 37.45 | 19.6 | 3.25 | - |
| YUV | 86.99 | 97.54 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 33 | 0 | 0.93 | 0.86 | 0.05 | 356 | 0.9 | 0.51 |
| Hex | F3 | 12 | 21 | 0 | 5D | 56 | 5 | 164 | 5A | 33 |
| Octal | 363 | 22 | 41 | 0 | 135 | 126 | 5 | 544 | 132 | 63 |
| Binary | 11110011 | 10010 | 100001 | 0 | 1011101 | 1010110 | 101 | 101100100 | 1011010 | 110011 |
Color Harmonies of #F31221
Complementary color
Monochromatic Colors of #F31221
Black with #F31221
Text Example
Text Example
White with #F31221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31221; }
p { color: rgb(243,18,33); }
H1.HeaderClassName
{
color: #F31221;
}
.AnyTagClassName
{
color: #F31221;
}
</style>
background-color css
<style>
a { background-color: #F31221; }
a { background-color: rgb(243,18,33); }
div.DivClassName
{
background-color: #F31221;
}
.BgClassName
{
background-color: #F31221;
}
</style>
border-color css
<style>
span { border-color: #F31221; }
span { border-color: rgb(243,18,33); }
td.TdClassName
{
border-color: #F31221;
}
.TagClassName
{
border-color: #F31221;
}
</style>