Shades of Torch Red #F30239
Tints of Torch Red #F30239
RGB
CMYK
RGB Variations
Color information
#F30239 (or 0xF30239) is known color: Torch Red. HEX triplet: F3, 02 and 39. RGB value is (243,2,57). Sum of RGB (Red+Green+Blue) = 243+2+57=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F30239 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F30239 is #0CFDC6. Grayscale: #505050. Windows color (decimal): -851399 or 3736307. OLE color: 3736307.
HSL color Cylindrical-coordinate representation of color #F30239: hue angle of 346.31º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30239 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.05 |
| HSL | 346.31º | 0.98% | 0.48% | - |
| HSV(B) | 346.31º | 0.99% | 0.95% | - |
| XYZ | 37.72 | 19.39 | 5.63 | - |
| YUV | 80.33 | 114.84 | 244.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 57 | 0 | 0.99 | 0.77 | 0.05 | 346.31 | 0.98 | 0.48 |
| Hex | F3 | 2 | 39 | 0 | 63 | 4D | 5 | 15A | 62 | 30 |
| Octal | 363 | 2 | 71 | 0 | 143 | 115 | 5 | 532 | 142 | 60 |
| Binary | 11110011 | 10 | 111001 | 0 | 1100011 | 1001101 | 101 | 101011010 | 1100010 | 110000 |
Color Harmonies of #F30239
Complementary color
Monochromatic Colors of #F30239
Black with #F30239
Text Example
Text Example
White with #F30239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30239; }
p { color: rgb(243,2,57); }
H1.HeaderClassName
{
color: #F30239;
}
.AnyTagClassName
{
color: #F30239;
}
</style>
background-color css
<style>
a { background-color: #F30239; }
a { background-color: rgb(243,2,57); }
div.DivClassName
{
background-color: #F30239;
}
.BgClassName
{
background-color: #F30239;
}
</style>
border-color css
<style>
span { border-color: #F30239; }
span { border-color: rgb(243,2,57); }
td.TdClassName
{
border-color: #F30239;
}
.TagClassName
{
border-color: #F30239;
}
</style>