Shades of Torch Red #F31223
Tints of Torch Red #F31223
RGB
CMYK
RGB Variations
Color information
#F31223 (or 0xF31223) is known color: Torch Red. HEX triplet: F3, 12 and 23. RGB value is (243,18,35). Sum of RGB (Red+Green+Blue) = 243+18+35=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F31223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31223 is #0CEDDC. Grayscale: #575757. Windows color (decimal): -847325 or 2298611. OLE color: 2298611.
HSL color Cylindrical-coordinate representation of color #F31223: hue angle of 355.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31223 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 35 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.47º | 0.9% | 0.51% | - |
| HSV(B) | 355.47º | 0.93% | 0.95% | - |
| XYZ | 37.48 | 19.61 | 3.4 | - |
| YUV | 87.21 | 98.54 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 35 | 0 | 0.93 | 0.86 | 0.05 | 355.47 | 0.9 | 0.51 |
| Hex | F3 | 12 | 23 | 0 | 5D | 56 | 5 | 163 | 5A | 33 |
| Octal | 363 | 22 | 43 | 0 | 135 | 126 | 5 | 543 | 132 | 63 |
| Binary | 11110011 | 10010 | 100011 | 0 | 1011101 | 1010110 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F31223
Complementary color
Monochromatic Colors of #F31223
Black with #F31223
Text Example
Text Example
White with #F31223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31223; }
p { color: rgb(243,18,35); }
H1.HeaderClassName
{
color: #F31223;
}
.AnyTagClassName
{
color: #F31223;
}
</style>
background-color css
<style>
a { background-color: #F31223; }
a { background-color: rgb(243,18,35); }
div.DivClassName
{
background-color: #F31223;
}
.BgClassName
{
background-color: #F31223;
}
</style>
border-color css
<style>
span { border-color: #F31223; }
span { border-color: rgb(243,18,35); }
td.TdClassName
{
border-color: #F31223;
}
.TagClassName
{
border-color: #F31223;
}
</style>