Shades of Torch Red #F40324
Tints of Torch Red #F40324
RGB
CMYK
RGB Variations
Color information
#F40324 (or 0xF40324) is known color: Torch Red. HEX triplet: F4, 03 and 24. RGB value is (244,3,36). Sum of RGB (Red+Green+Blue) = 244+3+36=283 (37% of max value = 765). Red value is 244 (95.70% from 255 or 86.22% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 244 - color contains mainly: red. Hex color #F40324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40324 is #0BFCDB. Grayscale: #4E4E4E. Windows color (decimal): -785628 or 2360308. OLE color: 2360308.
HSL color Cylindrical-coordinate representation of color #F40324: hue angle of 351.78º 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 #F40324 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 36 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.04 |
| HSL | 351.78º | 0.98% | 0.48% | - |
| HSV(B) | 351.78º | 0.99% | 0.96% | - |
| XYZ | 37.66 | 19.43 | 3.43 | - |
| YUV | 78.82 | 103.84 | 245.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 36 | 0 | 0.99 | 0.85 | 0.04 | 351.78 | 0.98 | 0.48 |
| Hex | F4 | 3 | 24 | 0 | 63 | 55 | 4 | 160 | 62 | 30 |
| Octal | 364 | 3 | 44 | 0 | 143 | 125 | 4 | 540 | 142 | 60 |
| Binary | 11110100 | 11 | 100100 | 0 | 1100011 | 1010101 | 100 | 101100000 | 1100010 | 110000 |
Color Harmonies of #F40324
Complementary color
Monochromatic Colors of #F40324
Black with #F40324
Text Example
Text Example
White with #F40324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40324; }
p { color: rgb(244,3,36); }
H1.HeaderClassName
{
color: #F40324;
}
.AnyTagClassName
{
color: #F40324;
}
</style>
background-color css
<style>
a { background-color: #F40324; }
a { background-color: rgb(244,3,36); }
div.DivClassName
{
background-color: #F40324;
}
.BgClassName
{
background-color: #F40324;
}
</style>
border-color css
<style>
span { border-color: #F40324; }
span { border-color: rgb(244,3,36); }
td.TdClassName
{
border-color: #F40324;
}
.TagClassName
{
border-color: #F40324;
}
</style>