Shades of Torch Red #F3003E
Tints of Torch Red #F3003E
RGB
CMYK
RGB Variations
Color information
#F3003E (or 0xF3003E) is known color: Torch Red. HEX triplet: F3, 00 and 3E. RGB value is (243,0,62). Sum of RGB (Red+Green+Blue) = 243+0+62=305 (40% of max value = 765). Red value is 243 (95.31% from 255 or 79.67% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 243 - color contains mainly: red. Hex color #F3003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3003E is #0CFFC1. Grayscale: #4F4F4F. Windows color (decimal): -851906 or 4063475. OLE color: 4063475.
HSL color Cylindrical-coordinate representation of color #F3003E: hue angle of 344.69º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3003E is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.74 | 0.05 |
| HSL | 344.69º | 1% | 0.48% | - |
| HSV(B) | 344.69º | 1% | 0.95% | - |
| XYZ | 37.83 | 19.4 | 6.31 | - |
| YUV | 79.73 | 118.01 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 62 | 0 | 1 | 0.74 | 0.05 | 344.69 | 1 | 0.48 |
| Hex | F3 | 0 | 3E | 0 | 64 | 4A | 5 | 159 | 64 | 30 |
| Octal | 363 | 0 | 76 | 0 | 144 | 112 | 5 | 531 | 144 | 60 |
| Binary | 11110011 | 0 | 111110 | 0 | 1100100 | 1001010 | 101 | 101011001 | 1100100 | 110000 |
Color Harmonies of #F3003E
Complementary color
Monochromatic Colors of #F3003E
Black with #F3003E
Text Example
Text Example
White with #F3003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3003E; }
p { color: rgb(243,0,62); }
H1.HeaderClassName
{
color: #F3003E;
}
.AnyTagClassName
{
color: #F3003E;
}
</style>
background-color css
<style>
a { background-color: #F3003E; }
a { background-color: rgb(243,0,62); }
div.DivClassName
{
background-color: #F3003E;
}
.BgClassName
{
background-color: #F3003E;
}
</style>
border-color css
<style>
span { border-color: #F3003E; }
span { border-color: rgb(243,0,62); }
td.TdClassName
{
border-color: #F3003E;
}
.TagClassName
{
border-color: #F3003E;
}
</style>