Shades of Torch Red #F0002D
Tints of Torch Red #F0002D
RGB
CMYK
RGB Variations
Color information
#F0002D (or 0xF0002D) is known color: Torch Red. HEX triplet: F0, 00 and 2D. RGB value is (240,0,45). Sum of RGB (Red+Green+Blue) = 240+0+45=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F0002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0002D is #0FFFD2. Grayscale: #4C4C4C. Windows color (decimal): -1048531 or 2949360. OLE color: 2949360.
HSL color Cylindrical-coordinate representation of color #F0002D: hue angle of 348.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0002D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.81 | 0.06 |
| HSL | 348.75º | 1% | 0.47% | - |
| HSV(B) | 348.75º | 1% | 0.94% | - |
| XYZ | 36.41 | 18.71 | 4.18 | - |
| YUV | 76.89 | 110.01 | 244.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 45 | 0 | 1 | 0.81 | 0.06 | 348.75 | 1 | 0.47 |
| Hex | F0 | 0 | 2D | 0 | 64 | 51 | 6 | 15D | 64 | 2F |
| Octal | 360 | 0 | 55 | 0 | 144 | 121 | 6 | 535 | 144 | 57 |
| Binary | 11110000 | 0 | 101101 | 0 | 1100100 | 1010001 | 110 | 101011101 | 1100100 | 101111 |
Color Harmonies of #F0002D
Complementary color
Monochromatic Colors of #F0002D
Black with #F0002D
Text Example
Text Example
White with #F0002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0002D; }
p { color: rgb(240,0,45); }
H1.HeaderClassName
{
color: #F0002D;
}
.AnyTagClassName
{
color: #F0002D;
}
</style>
background-color css
<style>
a { background-color: #F0002D; }
a { background-color: rgb(240,0,45); }
div.DivClassName
{
background-color: #F0002D;
}
.BgClassName
{
background-color: #F0002D;
}
</style>
border-color css
<style>
span { border-color: #F0002D; }
span { border-color: rgb(240,0,45); }
td.TdClassName
{
border-color: #F0002D;
}
.TagClassName
{
border-color: #F0002D;
}
</style>