Shades of Torch Red #F3013F
Tints of Torch Red #F3013F
RGB
CMYK
RGB Variations
Color information
#F3013F (or 0xF3013F) is known color: Torch Red. HEX triplet: F3, 01 and 3F. RGB value is (243,1,63). Sum of RGB (Red+Green+Blue) = 243+1+63=307 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.15% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 243 - color contains mainly: red. Hex color #F3013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3013F is #0CFEC0. Grayscale: #505050. Windows color (decimal): -851649 or 4129267. OLE color: 4129267.
HSL color Cylindrical-coordinate representation of color #F3013F: hue angle of 344.63º 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 #F3013F is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.05 |
| HSL | 344.63º | 0.99% | 0.48% | - |
| HSV(B) | 344.63º | 1% | 0.95% | - |
| XYZ | 37.87 | 19.44 | 6.46 | - |
| YUV | 80.43 | 118.17 | 243.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 63 | 0 | 1.00 | 0.74 | 0.05 | 344.63 | 0.99 | 0.48 |
| Hex | F3 | 1 | 3F | 0 | 64 | 4A | 5 | 159 | 63 | 30 |
| Octal | 363 | 1 | 77 | 0 | 144 | 112 | 5 | 531 | 143 | 60 |
| Binary | 11110011 | 1 | 111111 | 0 | 1100100 | 1001010 | 101 | 101011001 | 1100011 | 110000 |
Color Harmonies of #F3013F
Complementary color
Monochromatic Colors of #F3013F
Black with #F3013F
Text Example
Text Example
White with #F3013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3013F; }
p { color: rgb(243,1,63); }
H1.HeaderClassName
{
color: #F3013F;
}
.AnyTagClassName
{
color: #F3013F;
}
</style>
background-color css
<style>
a { background-color: #F3013F; }
a { background-color: rgb(243,1,63); }
div.DivClassName
{
background-color: #F3013F;
}
.BgClassName
{
background-color: #F3013F;
}
</style>
border-color css
<style>
span { border-color: #F3013F; }
span { border-color: rgb(243,1,63); }
td.TdClassName
{
border-color: #F3013F;
}
.TagClassName
{
border-color: #F3013F;
}
</style>