Shades of Torch Red #F31021
Tints of Torch Red #F31021
RGB
CMYK
RGB Variations
Color information
#F31021 (or 0xF31021) is known color: Torch Red. HEX triplet: F3, 10 and 21. RGB value is (243,16,33). Sum of RGB (Red+Green+Blue) = 243+16+33=292 (38% of max value = 765). Red value is 243 (95.31% from 255 or 83.22% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 243 - color contains mainly: red. Hex color #F31021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31021 is #0CEFDE. Grayscale: #555555. Windows color (decimal): -847839 or 2167027. OLE color: 2167027.
HSL color Cylindrical-coordinate representation of color #F31021: hue angle of 355.51º 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 #F31021 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 33 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.51º | 0.9% | 0.51% | - |
| HSV(B) | 355.51º | 0.93% | 0.95% | - |
| XYZ | 37.42 | 19.54 | 3.24 | - |
| YUV | 85.81 | 98.21 | 240.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 33 | 0 | 0.93 | 0.86 | 0.05 | 355.51 | 0.9 | 0.51 |
| Hex | F3 | 10 | 21 | 0 | 5D | 56 | 5 | 164 | 5A | 33 |
| Octal | 363 | 20 | 41 | 0 | 135 | 126 | 5 | 544 | 132 | 63 |
| Binary | 11110011 | 10000 | 100001 | 0 | 1011101 | 1010110 | 101 | 101100100 | 1011010 | 110011 |
Color Harmonies of #F31021
Complementary color
Monochromatic Colors of #F31021
Black with #F31021
Text Example
Text Example
White with #F31021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31021; }
p { color: rgb(243,16,33); }
H1.HeaderClassName
{
color: #F31021;
}
.AnyTagClassName
{
color: #F31021;
}
</style>
background-color css
<style>
a { background-color: #F31021; }
a { background-color: rgb(243,16,33); }
div.DivClassName
{
background-color: #F31021;
}
.BgClassName
{
background-color: #F31021;
}
</style>
border-color css
<style>
span { border-color: #F31021; }
span { border-color: rgb(243,16,33); }
td.TdClassName
{
border-color: #F31021;
}
.TagClassName
{
border-color: #F31021;
}
</style>