Shades of Torch Red #F3013A
Tints of Torch Red #F3013A
RGB
CMYK
RGB Variations
Color information
#F3013A (or 0xF3013A) is known color: Torch Red. HEX triplet: F3, 01 and 3A. RGB value is (243,1,58). Sum of RGB (Red+Green+Blue) = 243+1+58=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F3013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3013A is #0CFEC5. Grayscale: #4F4F4F. Windows color (decimal): -851654 or 3801587. OLE color: 3801587.
HSL color Cylindrical-coordinate representation of color #F3013A: hue angle of 345.87º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3013A is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.05 |
| HSL | 345.87º | 0.99% | 0.48% | - |
| HSV(B) | 345.87º | 1% | 0.95% | - |
| XYZ | 37.74 | 19.38 | 5.76 | - |
| YUV | 79.86 | 115.67 | 244.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 58 | 0 | 1.00 | 0.76 | 0.05 | 345.87 | 0.99 | 0.48 |
| Hex | F3 | 1 | 3A | 0 | 64 | 4C | 5 | 15A | 63 | 30 |
| Octal | 363 | 1 | 72 | 0 | 144 | 114 | 5 | 532 | 143 | 60 |
| Binary | 11110011 | 1 | 111010 | 0 | 1100100 | 1001100 | 101 | 101011010 | 1100011 | 110000 |
Color Harmonies of #F3013A
Complementary color
Monochromatic Colors of #F3013A
Black with #F3013A
Text Example
Text Example
White with #F3013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3013A; }
p { color: rgb(243,1,58); }
H1.HeaderClassName
{
color: #F3013A;
}
.AnyTagClassName
{
color: #F3013A;
}
</style>
background-color css
<style>
a { background-color: #F3013A; }
a { background-color: rgb(243,1,58); }
div.DivClassName
{
background-color: #F3013A;
}
.BgClassName
{
background-color: #F3013A;
}
</style>
border-color css
<style>
span { border-color: #F3013A; }
span { border-color: rgb(243,1,58); }
td.TdClassName
{
border-color: #F3013A;
}
.TagClassName
{
border-color: #F3013A;
}
</style>