Shades of Torch Red #F31821
Tints of Torch Red #F31821
RGB
CMYK
RGB Variations
Color information
#F31821 (or 0xF31821) is known color: Torch Red. HEX triplet: F3, 18 and 21. RGB value is (243,24,33). Sum of RGB (Red+Green+Blue) = 243+24+33=300 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 243 - color contains mainly: red. Hex color #F31821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31821 is #0CE7DE. Grayscale: #5A5A5A. Windows color (decimal): -845791 or 2169075. OLE color: 2169075.
HSL color Cylindrical-coordinate representation of color #F31821: hue angle of 357.53º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31821 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.05 |
| HSL | 357.53º | 0.9% | 0.52% | - |
| HSV(B) | 357.53º | 0.9% | 0.95% | - |
| XYZ | 37.56 | 19.82 | 3.28 | - |
| YUV | 90.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 33 | 0 | 0.90 | 0.86 | 0.05 | 357.53 | 0.9 | 0.52 |
| Hex | F3 | 18 | 21 | 0 | 5A | 56 | 5 | 166 | 5A | 34 |
| Octal | 363 | 30 | 41 | 0 | 132 | 126 | 5 | 546 | 132 | 64 |
| Binary | 11110011 | 11000 | 100001 | 0 | 1011010 | 1010110 | 101 | 101100110 | 1011010 | 110100 |
Color Harmonies of #F31821
Complementary color
Monochromatic Colors of #F31821
Black with #F31821
Text Example
Text Example
White with #F31821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31821; }
p { color: rgb(243,24,33); }
H1.HeaderClassName
{
color: #F31821;
}
.AnyTagClassName
{
color: #F31821;
}
</style>
background-color css
<style>
a { background-color: #F31821; }
a { background-color: rgb(243,24,33); }
div.DivClassName
{
background-color: #F31821;
}
.BgClassName
{
background-color: #F31821;
}
</style>
border-color css
<style>
span { border-color: #F31821; }
span { border-color: rgb(243,24,33); }
td.TdClassName
{
border-color: #F31821;
}
.TagClassName
{
border-color: #F31821;
}
</style>