Shades of Torch Red #F31724
Tints of Torch Red #F31724
RGB
CMYK
RGB Variations
Color information
#F31724 (or 0xF31724) is known color: Torch Red. HEX triplet: F3, 17 and 24. RGB value is (243,23,36). Sum of RGB (Red+Green+Blue) = 243+23+36=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F31724 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31724 is #0CE8DB. Grayscale: #5A5A5A. Windows color (decimal): -846044 or 2365427. OLE color: 2365427.
HSL color Cylindrical-coordinate representation of color #F31724: hue angle of 356.45º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F31724 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 36 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.05 |
| HSL | 356.45º | 0.9% | 0.52% | - |
| HSV(B) | 356.45º | 0.91% | 0.95% | - |
| XYZ | 37.59 | 19.79 | 3.51 | - |
| YUV | 90.26 | 97.39 | 236.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 36 | 0 | 0.91 | 0.85 | 0.05 | 356.45 | 0.9 | 0.52 |
| Hex | F3 | 17 | 24 | 0 | 5B | 55 | 5 | 164 | 5A | 34 |
| Octal | 363 | 27 | 44 | 0 | 133 | 125 | 5 | 544 | 132 | 64 |
| Binary | 11110011 | 10111 | 100100 | 0 | 1011011 | 1010101 | 101 | 101100100 | 1011010 | 110100 |
Color Harmonies of #F31724
Complementary color
Monochromatic Colors of #F31724
Black with #F31724
Text Example
Text Example
White with #F31724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31724; }
p { color: rgb(243,23,36); }
H1.HeaderClassName
{
color: #F31724;
}
.AnyTagClassName
{
color: #F31724;
}
</style>
background-color css
<style>
a { background-color: #F31724; }
a { background-color: rgb(243,23,36); }
div.DivClassName
{
background-color: #F31724;
}
.BgClassName
{
background-color: #F31724;
}
</style>
border-color css
<style>
span { border-color: #F31724; }
span { border-color: rgb(243,23,36); }
td.TdClassName
{
border-color: #F31724;
}
.TagClassName
{
border-color: #F31724;
}
</style>