Shades of Torch Red #F30437
Tints of Torch Red #F30437
RGB
CMYK
RGB Variations
Color information
#F30437 (or 0xF30437) is known color: Torch Red. HEX triplet: F3, 04 and 37. RGB value is (243,4,55). Sum of RGB (Red+Green+Blue) = 243+4+55=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F30437 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30437 is #0CFBC8. Grayscale: #515151. Windows color (decimal): -850889 or 3605747. OLE color: 3605747.
HSL color Cylindrical-coordinate representation of color #F30437: hue angle of 347.2º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30437 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.05 |
| HSL | 347.2º | 0.97% | 0.48% | - |
| HSV(B) | 347.2º | 0.98% | 0.95% | - |
| XYZ | 37.7 | 19.42 | 5.38 | - |
| YUV | 81.28 | 113.18 | 243.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 55 | 0 | 0.98 | 0.77 | 0.05 | 347.2 | 0.97 | 0.48 |
| Hex | F3 | 4 | 37 | 0 | 62 | 4D | 5 | 15B | 61 | 30 |
| Octal | 363 | 4 | 67 | 0 | 142 | 115 | 5 | 533 | 141 | 60 |
| Binary | 11110011 | 100 | 110111 | 0 | 1100010 | 1001101 | 101 | 101011011 | 1100001 | 110000 |
Color Harmonies of #F30437
Complementary color
Monochromatic Colors of #F30437
Black with #F30437
Text Example
Text Example
White with #F30437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30437; }
p { color: rgb(243,4,55); }
H1.HeaderClassName
{
color: #F30437;
}
.AnyTagClassName
{
color: #F30437;
}
</style>
background-color css
<style>
a { background-color: #F30437; }
a { background-color: rgb(243,4,55); }
div.DivClassName
{
background-color: #F30437;
}
.BgClassName
{
background-color: #F30437;
}
</style>
border-color css
<style>
span { border-color: #F30437; }
span { border-color: rgb(243,4,55); }
td.TdClassName
{
border-color: #F30437;
}
.TagClassName
{
border-color: #F30437;
}
</style>