Shades of Torch Red #F3013C
Tints of Torch Red #F3013C
RGB
CMYK
RGB Variations
Color information
#F3013C (or 0xF3013C) is known color: Torch Red. HEX triplet: F3, 01 and 3C. RGB value is (243,1,60). Sum of RGB (Red+Green+Blue) = 243+1+60=304 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.93% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 243 - color contains mainly: red. Hex color #F3013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3013C is #0CFEC3. Grayscale: #505050. Windows color (decimal): -851652 or 3932659. OLE color: 3932659.
HSL color Cylindrical-coordinate representation of color #F3013C: hue angle of 345.37º 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 #F3013C is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.05 |
| HSL | 345.37º | 0.99% | 0.48% | - |
| HSV(B) | 345.37º | 1% | 0.95% | - |
| XYZ | 37.79 | 19.4 | 6.03 | - |
| YUV | 80.08 | 116.67 | 244.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 60 | 0 | 1.00 | 0.75 | 0.05 | 345.37 | 0.99 | 0.48 |
| Hex | F3 | 1 | 3C | 0 | 64 | 4B | 5 | 159 | 63 | 30 |
| Octal | 363 | 1 | 74 | 0 | 144 | 113 | 5 | 531 | 143 | 60 |
| Binary | 11110011 | 1 | 111100 | 0 | 1100100 | 1001011 | 101 | 101011001 | 1100011 | 110000 |
Color Harmonies of #F3013C
Complementary color
Monochromatic Colors of #F3013C
Black with #F3013C
Text Example
Text Example
White with #F3013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3013C; }
p { color: rgb(243,1,60); }
H1.HeaderClassName
{
color: #F3013C;
}
.AnyTagClassName
{
color: #F3013C;
}
</style>
background-color css
<style>
a { background-color: #F3013C; }
a { background-color: rgb(243,1,60); }
div.DivClassName
{
background-color: #F3013C;
}
.BgClassName
{
background-color: #F3013C;
}
</style>
border-color css
<style>
span { border-color: #F3013C; }
span { border-color: rgb(243,1,60); }
td.TdClassName
{
border-color: #F3013C;
}
.TagClassName
{
border-color: #F3013C;
}
</style>