Shades of Torch Red #F3002D
Tints of Torch Red #F3002D
RGB
CMYK
RGB Variations
Color information
#F3002D (or 0xF3002D) is known color: Torch Red. HEX triplet: F3, 00 and 2D. RGB value is (243,0,45). Sum of RGB (Red+Green+Blue) = 243+0+45=288 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.38% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 243 - color contains mainly: red. Hex color #F3002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F3002D is #0CFFD2. Grayscale: #4D4D4D. Windows color (decimal): -851923 or 2949363. OLE color: 2949363.
HSL color Cylindrical-coordinate representation of color #F3002D: hue angle of 348.89º 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 #F3002D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.81 | 0.05 |
| HSL | 348.89º | 1% | 0.48% | - |
| HSV(B) | 348.89º | 1% | 0.95% | - |
| XYZ | 37.44 | 19.24 | 4.22 | - |
| YUV | 77.79 | 109.51 | 245.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 45 | 0 | 1 | 0.81 | 0.05 | 348.89 | 1 | 0.48 |
| Hex | F3 | 0 | 2D | 0 | 64 | 51 | 5 | 15D | 64 | 30 |
| Octal | 363 | 0 | 55 | 0 | 144 | 121 | 5 | 535 | 144 | 60 |
| Binary | 11110011 | 0 | 101101 | 0 | 1100100 | 1010001 | 101 | 101011101 | 1100100 | 110000 |
Color Harmonies of #F3002D
Complementary color
Monochromatic Colors of #F3002D
Black with #F3002D
Text Example
Text Example
White with #F3002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3002D; }
p { color: rgb(243,0,45); }
H1.HeaderClassName
{
color: #F3002D;
}
.AnyTagClassName
{
color: #F3002D;
}
</style>
background-color css
<style>
a { background-color: #F3002D; }
a { background-color: rgb(243,0,45); }
div.DivClassName
{
background-color: #F3002D;
}
.BgClassName
{
background-color: #F3002D;
}
</style>
border-color css
<style>
span { border-color: #F3002D; }
span { border-color: rgb(243,0,45); }
td.TdClassName
{
border-color: #F3002D;
}
.TagClassName
{
border-color: #F3002D;
}
</style>