Shades of Torch Red #F3003B
Tints of Torch Red #F3003B
RGB
CMYK
RGB Variations
Color information
#F3003B (or 0xF3003B) is known color: Torch Red. HEX triplet: F3, 00 and 3B. RGB value is (243,0,59). Sum of RGB (Red+Green+Blue) = 243+0+59=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F3003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3003B is #0CFFC4. Grayscale: #4F4F4F. Windows color (decimal): -851909 or 3866867. OLE color: 3866867.
HSL color Cylindrical-coordinate representation of color #F3003B: hue angle of 345.43º 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 #F3003B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.76 | 0.05 |
| HSL | 345.43º | 1% | 0.48% | - |
| HSV(B) | 345.43º | 1% | 0.95% | - |
| XYZ | 37.75 | 19.37 | 5.89 | - |
| YUV | 79.38 | 116.51 | 244.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 59 | 0 | 1 | 0.76 | 0.05 | 345.43 | 1 | 0.48 |
| Hex | F3 | 0 | 3B | 0 | 64 | 4C | 5 | 159 | 64 | 30 |
| Octal | 363 | 0 | 73 | 0 | 144 | 114 | 5 | 531 | 144 | 60 |
| Binary | 11110011 | 0 | 111011 | 0 | 1100100 | 1001100 | 101 | 101011001 | 1100100 | 110000 |
Color Harmonies of #F3003B
Complementary color
Monochromatic Colors of #F3003B
Black with #F3003B
Text Example
Text Example
White with #F3003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3003B; }
p { color: rgb(243,0,59); }
H1.HeaderClassName
{
color: #F3003B;
}
.AnyTagClassName
{
color: #F3003B;
}
</style>
background-color css
<style>
a { background-color: #F3003B; }
a { background-color: rgb(243,0,59); }
div.DivClassName
{
background-color: #F3003B;
}
.BgClassName
{
background-color: #F3003B;
}
</style>
border-color css
<style>
span { border-color: #F3003B; }
span { border-color: rgb(243,0,59); }
td.TdClassName
{
border-color: #F3003B;
}
.TagClassName
{
border-color: #F3003B;
}
</style>