Shades of Torch Red #F30432
Tints of Torch Red #F30432
RGB
CMYK
RGB Variations
Color information
#F30432 (or 0xF30432) is known color: Torch Red. HEX triplet: F3, 04 and 32. RGB value is (243,4,50). Sum of RGB (Red+Green+Blue) = 243+4+50=297 (39% of max value = 765). Red value is 243 (95.31% from 255 or 81.82% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 243 - color contains mainly: red. Hex color #F30432 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30432 is #0CFBCD. Grayscale: #505050. Windows color (decimal): -850894 or 3278067. OLE color: 3278067.
HSL color Cylindrical-coordinate representation of color #F30432: hue angle of 348.45º 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 #F30432 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 4 | 50 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.05 |
| HSL | 348.45º | 0.97% | 0.48% | - |
| HSV(B) | 348.45º | 0.98% | 0.95% | - |
| XYZ | 37.58 | 19.37 | 4.78 | - |
| YUV | 80.71 | 110.68 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 4 | 50 | 0 | 0.98 | 0.79 | 0.05 | 348.45 | 0.97 | 0.48 |
| Hex | F3 | 4 | 32 | 0 | 62 | 4F | 5 | 15C | 61 | 30 |
| Octal | 363 | 4 | 62 | 0 | 142 | 117 | 5 | 534 | 141 | 60 |
| Binary | 11110011 | 100 | 110010 | 0 | 1100010 | 1001111 | 101 | 101011100 | 1100001 | 110000 |
Color Harmonies of #F30432
Complementary color
Monochromatic Colors of #F30432
Black with #F30432
Text Example
Text Example
White with #F30432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30432; }
p { color: rgb(243,4,50); }
H1.HeaderClassName
{
color: #F30432;
}
.AnyTagClassName
{
color: #F30432;
}
</style>
background-color css
<style>
a { background-color: #F30432; }
a { background-color: rgb(243,4,50); }
div.DivClassName
{
background-color: #F30432;
}
.BgClassName
{
background-color: #F30432;
}
</style>
border-color css
<style>
span { border-color: #F30432; }
span { border-color: rgb(243,4,50); }
td.TdClassName
{
border-color: #F30432;
}
.TagClassName
{
border-color: #F30432;
}
</style>