Shades of Torch Red #F31424
Tints of Torch Red #F31424
RGB
CMYK
RGB Variations
Color information
#F31424 (or 0xF31424) is known color: Torch Red. HEX triplet: F3, 14 and 24. RGB value is (243,20,36). Sum of RGB (Red+Green+Blue) = 243+20+36=299 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.27% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 243 - color contains mainly: red. Hex color #F31424 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31424 is #0CEBDB. Grayscale: #585858. Windows color (decimal): -846812 or 2364659. OLE color: 2364659.
HSL color Cylindrical-coordinate representation of color #F31424: hue angle of 355.7º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31424 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 36 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.05 |
| HSL | 355.7º | 0.9% | 0.52% | - |
| HSV(B) | 355.7º | 0.92% | 0.95% | - |
| XYZ | 37.53 | 19.68 | 3.49 | - |
| YUV | 88.5 | 98.38 | 238.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 36 | 0 | 0.92 | 0.85 | 0.05 | 355.7 | 0.9 | 0.52 |
| Hex | F3 | 14 | 24 | 0 | 5C | 55 | 5 | 164 | 5A | 34 |
| Octal | 363 | 24 | 44 | 0 | 134 | 125 | 5 | 544 | 132 | 64 |
| Binary | 11110011 | 10100 | 100100 | 0 | 1011100 | 1010101 | 101 | 101100100 | 1011010 | 110100 |
Color Harmonies of #F31424
Complementary color
Monochromatic Colors of #F31424
Black with #F31424
Text Example
Text Example
White with #F31424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31424; }
p { color: rgb(243,20,36); }
H1.HeaderClassName
{
color: #F31424;
}
.AnyTagClassName
{
color: #F31424;
}
</style>
background-color css
<style>
a { background-color: #F31424; }
a { background-color: rgb(243,20,36); }
div.DivClassName
{
background-color: #F31424;
}
.BgClassName
{
background-color: #F31424;
}
</style>
border-color css
<style>
span { border-color: #F31424; }
span { border-color: rgb(243,20,36); }
td.TdClassName
{
border-color: #F31424;
}
.TagClassName
{
border-color: #F31424;
}
</style>