Shades of Torch Red #F31228
Tints of Torch Red #F31228
RGB
CMYK
RGB Variations
Color information
#F31228 (or 0xF31228) is known color: Torch Red. HEX triplet: F3, 12 and 28. RGB value is (243,18,40). Sum of RGB (Red+Green+Blue) = 243+18+40=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F31228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31228 is #0CEDD7. Grayscale: #575757. Windows color (decimal): -847320 or 2626291. OLE color: 2626291.
HSL color Cylindrical-coordinate representation of color #F31228: hue angle of 354.13º 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 #F31228 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 40 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.05 |
| HSL | 354.13º | 0.9% | 0.51% | - |
| HSV(B) | 354.13º | 0.93% | 0.95% | - |
| XYZ | 37.56 | 19.64 | 3.82 | - |
| YUV | 87.78 | 101.04 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 40 | 0 | 0.93 | 0.84 | 0.05 | 354.13 | 0.9 | 0.51 |
| Hex | F3 | 12 | 28 | 0 | 5D | 54 | 5 | 162 | 5A | 33 |
| Octal | 363 | 22 | 50 | 0 | 135 | 124 | 5 | 542 | 132 | 63 |
| Binary | 11110011 | 10010 | 101000 | 0 | 1011101 | 1010100 | 101 | 101100010 | 1011010 | 110011 |
Color Harmonies of #F31228
Complementary color
Monochromatic Colors of #F31228
Black with #F31228
Text Example
Text Example
White with #F31228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31228; }
p { color: rgb(243,18,40); }
H1.HeaderClassName
{
color: #F31228;
}
.AnyTagClassName
{
color: #F31228;
}
</style>
background-color css
<style>
a { background-color: #F31228; }
a { background-color: rgb(243,18,40); }
div.DivClassName
{
background-color: #F31228;
}
.BgClassName
{
background-color: #F31228;
}
</style>
border-color css
<style>
span { border-color: #F31228; }
span { border-color: rgb(243,18,40); }
td.TdClassName
{
border-color: #F31228;
}
.TagClassName
{
border-color: #F31228;
}
</style>