Shades of Torch Red #F31324
Tints of Torch Red #F31324
RGB
CMYK
RGB Variations
Color information
#F31324 (or 0xF31324) is known color: Torch Red. HEX triplet: F3, 13 and 24. RGB value is (243,19,36). Sum of RGB (Red+Green+Blue) = 243+19+36=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F31324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31324 is #0CECDB. Grayscale: #585858. Windows color (decimal): -847068 or 2364403. OLE color: 2364403.
HSL color Cylindrical-coordinate representation of color #F31324: hue angle of 355.45º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31324 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 36 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.05 |
| HSL | 355.45º | 0.9% | 0.51% | - |
| HSV(B) | 355.45º | 0.92% | 0.95% | - |
| XYZ | 37.51 | 19.65 | 3.48 | - |
| YUV | 87.91 | 98.71 | 238.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 36 | 0 | 0.92 | 0.85 | 0.05 | 355.45 | 0.9 | 0.51 |
| Hex | F3 | 13 | 24 | 0 | 5C | 55 | 5 | 163 | 5A | 33 |
| Octal | 363 | 23 | 44 | 0 | 134 | 125 | 5 | 543 | 132 | 63 |
| Binary | 11110011 | 10011 | 100100 | 0 | 1011100 | 1010101 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F31324
Complementary color
Monochromatic Colors of #F31324
Black with #F31324
Text Example
Text Example
White with #F31324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31324; }
p { color: rgb(243,19,36); }
H1.HeaderClassName
{
color: #F31324;
}
.AnyTagClassName
{
color: #F31324;
}
</style>
background-color css
<style>
a { background-color: #F31324; }
a { background-color: rgb(243,19,36); }
div.DivClassName
{
background-color: #F31324;
}
.BgClassName
{
background-color: #F31324;
}
</style>
border-color css
<style>
span { border-color: #F31324; }
span { border-color: rgb(243,19,36); }
td.TdClassName
{
border-color: #F31324;
}
.TagClassName
{
border-color: #F31324;
}
</style>