Shades of Torch Red #F31038
Tints of Torch Red #F31038
RGB
CMYK
RGB Variations
Color information
#F31038 (or 0xF31038) is known color: Torch Red. HEX triplet: F3, 10 and 38. RGB value is (243,16,56). Sum of RGB (Red+Green+Blue) = 243+16+56=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F31038 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31038 is #0CEFC7. Grayscale: #585858. Windows color (decimal): -847816 or 3674355. OLE color: 3674355.
HSL color Cylindrical-coordinate representation of color #F31038: hue angle of 349.43º 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 #F31038 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 16 | 56 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.05 |
| HSL | 349.43º | 0.9% | 0.51% | - |
| HSV(B) | 349.43º | 0.93% | 0.95% | - |
| XYZ | 37.86 | 19.71 | 5.55 | - |
| YUV | 88.43 | 109.71 | 238.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 16 | 56 | 0 | 0.93 | 0.77 | 0.05 | 349.43 | 0.9 | 0.51 |
| Hex | F3 | 10 | 38 | 0 | 5D | 4D | 5 | 15D | 5A | 33 |
| Octal | 363 | 20 | 70 | 0 | 135 | 115 | 5 | 535 | 132 | 63 |
| Binary | 11110011 | 10000 | 111000 | 0 | 1011101 | 1001101 | 101 | 101011101 | 1011010 | 110011 |
Color Harmonies of #F31038
Complementary color
Monochromatic Colors of #F31038
Black with #F31038
Text Example
Text Example
White with #F31038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31038; }
p { color: rgb(243,16,56); }
H1.HeaderClassName
{
color: #F31038;
}
.AnyTagClassName
{
color: #F31038;
}
</style>
background-color css
<style>
a { background-color: #F31038; }
a { background-color: rgb(243,16,56); }
div.DivClassName
{
background-color: #F31038;
}
.BgClassName
{
background-color: #F31038;
}
</style>
border-color css
<style>
span { border-color: #F31038; }
span { border-color: rgb(243,16,56); }
td.TdClassName
{
border-color: #F31038;
}
.TagClassName
{
border-color: #F31038;
}
</style>