Shades of Torch Red #F30F38
Tints of Torch Red #F30F38
RGB
CMYK
RGB Variations
Color information
#F30F38 (or 0xF30F38) is known color: Torch Red. HEX triplet: F3, 0F and 38. RGB value is (243,15,56). Sum of RGB (Red+Green+Blue) = 243+15+56=314 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.39% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F38 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30F38 is #0CF0C7. Grayscale: #575757. Windows color (decimal): -848072 or 3674099. OLE color: 3674099.
HSL color Cylindrical-coordinate representation of color #F30F38: hue angle of 349.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F38 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 56 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.05 |
| HSL | 349.21º | 0.9% | 0.51% | - |
| HSV(B) | 349.21º | 0.94% | 0.95% | - |
| XYZ | 37.85 | 19.68 | 5.55 | - |
| YUV | 87.85 | 110.04 | 238.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 56 | 0 | 0.94 | 0.77 | 0.05 | 349.21 | 0.9 | 0.51 |
| Hex | F3 | F | 38 | 0 | 5E | 4D | 5 | 15D | 5A | 33 |
| Octal | 363 | 17 | 70 | 0 | 136 | 115 | 5 | 535 | 132 | 63 |
| Binary | 11110011 | 1111 | 111000 | 0 | 1011110 | 1001101 | 101 | 101011101 | 1011010 | 110011 |
Color Harmonies of #F30F38
Complementary color
Monochromatic Colors of #F30F38
Black with #F30F38
Text Example
Text Example
White with #F30F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30F38; }
p { color: rgb(243,15,56); }
H1.HeaderClassName
{
color: #F30F38;
}
.AnyTagClassName
{
color: #F30F38;
}
</style>
background-color css
<style>
a { background-color: #F30F38; }
a { background-color: rgb(243,15,56); }
div.DivClassName
{
background-color: #F30F38;
}
.BgClassName
{
background-color: #F30F38;
}
</style>
border-color css
<style>
span { border-color: #F30F38; }
span { border-color: rgb(243,15,56); }
td.TdClassName
{
border-color: #F30F38;
}
.TagClassName
{
border-color: #F30F38;
}
</style>