Shades of Torch Red #F30536
Tints of Torch Red #F30536
RGB
CMYK
RGB Variations
Color information
#F30536 (or 0xF30536) is known color: Torch Red. HEX triplet: F3, 05 and 36. RGB value is (243,5,54). Sum of RGB (Red+Green+Blue) = 243+5+54=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F30536 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30536 is #0CFAC9. Grayscale: #515151. Windows color (decimal): -850634 or 3540467. OLE color: 3540467.
HSL color Cylindrical-coordinate representation of color #F30536: hue angle of 347.65º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30536 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.05 |
| HSL | 347.65º | 0.96% | 0.49% | - |
| HSV(B) | 347.65º | 0.98% | 0.95% | - |
| XYZ | 37.68 | 19.43 | 5.25 | - |
| YUV | 81.75 | 112.35 | 243.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 54 | 0 | 0.98 | 0.78 | 0.05 | 347.65 | 0.96 | 0.49 |
| Hex | F3 | 5 | 36 | 0 | 62 | 4E | 5 | 15C | 60 | 31 |
| Octal | 363 | 5 | 66 | 0 | 142 | 116 | 5 | 534 | 140 | 61 |
| Binary | 11110011 | 101 | 110110 | 0 | 1100010 | 1001110 | 101 | 101011100 | 1100000 | 110001 |
Color Harmonies of #F30536
Complementary color
Monochromatic Colors of #F30536
Black with #F30536
Text Example
Text Example
White with #F30536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30536; }
p { color: rgb(243,5,54); }
H1.HeaderClassName
{
color: #F30536;
}
.AnyTagClassName
{
color: #F30536;
}
</style>
background-color css
<style>
a { background-color: #F30536; }
a { background-color: rgb(243,5,54); }
div.DivClassName
{
background-color: #F30536;
}
.BgClassName
{
background-color: #F30536;
}
</style>
border-color css
<style>
span { border-color: #F30536; }
span { border-color: rgb(243,5,54); }
td.TdClassName
{
border-color: #F30536;
}
.TagClassName
{
border-color: #F30536;
}
</style>