Shades of Torch Red #F30036
Tints of Torch Red #F30036
RGB
CMYK
RGB Variations
Color information
#F30036 (or 0xF30036) is known color: Torch Red. HEX triplet: F3, 00 and 36. RGB value is (243,0,54). Sum of RGB (Red+Green+Blue) = 243+0+54=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F30036 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30036 is #0CFFC9. Grayscale: #4E4E4E. Windows color (decimal): -851914 or 3539187. OLE color: 3539187.
HSL color Cylindrical-coordinate representation of color #F30036: hue angle of 346.67º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30036 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.78 | 0.05 |
| HSL | 346.67º | 1% | 0.48% | - |
| HSV(B) | 346.67º | 1% | 0.95% | - |
| XYZ | 37.63 | 19.32 | 5.24 | - |
| YUV | 78.81 | 114.01 | 245.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 54 | 0 | 1 | 0.78 | 0.05 | 346.67 | 1 | 0.48 |
| Hex | F3 | 0 | 36 | 0 | 64 | 4E | 5 | 15B | 64 | 30 |
| Octal | 363 | 0 | 66 | 0 | 144 | 116 | 5 | 533 | 144 | 60 |
| Binary | 11110011 | 0 | 110110 | 0 | 1100100 | 1001110 | 101 | 101011011 | 1100100 | 110000 |
Color Harmonies of #F30036
Complementary color
Monochromatic Colors of #F30036
Black with #F30036
Text Example
Text Example
White with #F30036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30036; }
p { color: rgb(243,0,54); }
H1.HeaderClassName
{
color: #F30036;
}
.AnyTagClassName
{
color: #F30036;
}
</style>
background-color css
<style>
a { background-color: #F30036; }
a { background-color: rgb(243,0,54); }
div.DivClassName
{
background-color: #F30036;
}
.BgClassName
{
background-color: #F30036;
}
</style>
border-color css
<style>
span { border-color: #F30036; }
span { border-color: rgb(243,0,54); }
td.TdClassName
{
border-color: #F30036;
}
.TagClassName
{
border-color: #F30036;
}
</style>