Shades of Torch Red #F30532
Tints of Torch Red #F30532
RGB
CMYK
RGB Variations
Color information
#F30532 (or 0xF30532) is known color: Torch Red. HEX triplet: F3, 05 and 32. RGB value is (243,5,50). Sum of RGB (Red+Green+Blue) = 243+5+50=298 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.54% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 243 - color contains mainly: red. Hex color #F30532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30532 is #0CFACD. Grayscale: #515151. Windows color (decimal): -850638 or 3278323. OLE color: 3278323.
HSL color Cylindrical-coordinate representation of color #F30532: hue angle of 348.66º 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 #F30532 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 5 | 50 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.05 |
| HSL | 348.66º | 0.96% | 0.49% | - |
| HSV(B) | 348.66º | 0.98% | 0.95% | - |
| XYZ | 37.59 | 19.39 | 4.78 | - |
| YUV | 81.29 | 110.35 | 243.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 5 | 50 | 0 | 0.98 | 0.79 | 0.05 | 348.66 | 0.96 | 0.49 |
| Hex | F3 | 5 | 32 | 0 | 62 | 4F | 5 | 15D | 60 | 31 |
| Octal | 363 | 5 | 62 | 0 | 142 | 117 | 5 | 535 | 140 | 61 |
| Binary | 11110011 | 101 | 110010 | 0 | 1100010 | 1001111 | 101 | 101011101 | 1100000 | 110001 |
Color Harmonies of #F30532
Complementary color
Monochromatic Colors of #F30532
Black with #F30532
Text Example
Text Example
White with #F30532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30532; }
p { color: rgb(243,5,50); }
H1.HeaderClassName
{
color: #F30532;
}
.AnyTagClassName
{
color: #F30532;
}
</style>
background-color css
<style>
a { background-color: #F30532; }
a { background-color: rgb(243,5,50); }
div.DivClassName
{
background-color: #F30532;
}
.BgClassName
{
background-color: #F30532;
}
</style>
border-color css
<style>
span { border-color: #F30532; }
span { border-color: rgb(243,5,50); }
td.TdClassName
{
border-color: #F30532;
}
.TagClassName
{
border-color: #F30532;
}
</style>