Shades of Torch Red #F40321
Tints of Torch Red #F40321
RGB
CMYK
RGB Variations
Color information
#F40321 (or 0xF40321) is known color: Torch Red. HEX triplet: F4, 03 and 21. RGB value is (244,3,33). Sum of RGB (Red+Green+Blue) = 244+3+33=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F40321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40321 is #0BFCDE. Grayscale: #4E4E4E. Windows color (decimal): -785631 or 2163700. OLE color: 2163700.
HSL color Cylindrical-coordinate representation of color #F40321: hue angle of 352.53º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40321 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 33 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.04 |
| HSL | 352.53º | 0.98% | 0.48% | - |
| HSV(B) | 352.53º | 0.99% | 0.96% | - |
| XYZ | 37.62 | 19.41 | 3.2 | - |
| YUV | 78.48 | 102.34 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 33 | 0 | 0.99 | 0.86 | 0.04 | 352.53 | 0.98 | 0.48 |
| Hex | F4 | 3 | 21 | 0 | 63 | 56 | 4 | 161 | 62 | 30 |
| Octal | 364 | 3 | 41 | 0 | 143 | 126 | 4 | 541 | 142 | 60 |
| Binary | 11110100 | 11 | 100001 | 0 | 1100011 | 1010110 | 100 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F40321
Complementary color
Monochromatic Colors of #F40321
Black with #F40321
Text Example
Text Example
White with #F40321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40321; }
p { color: rgb(244,3,33); }
H1.HeaderClassName
{
color: #F40321;
}
.AnyTagClassName
{
color: #F40321;
}
</style>
background-color css
<style>
a { background-color: #F40321; }
a { background-color: rgb(244,3,33); }
div.DivClassName
{
background-color: #F40321;
}
.BgClassName
{
background-color: #F40321;
}
</style>
border-color css
<style>
span { border-color: #F40321; }
span { border-color: rgb(244,3,33); }
td.TdClassName
{
border-color: #F40321;
}
.TagClassName
{
border-color: #F40321;
}
</style>