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