Shades of Torch Red #F0033D
Tints of Torch Red #F0033D
RGB
CMYK
RGB Variations
Color information
#F0033D (or 0xF0033D) is known color: Torch Red. HEX triplet: F0, 03 and 3D. RGB value is (240,3,61). Sum of RGB (Red+Green+Blue) = 240+3+61=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0033D is #0FFCC2. Grayscale: #505050. Windows color (decimal): -1047747 or 3998704. OLE color: 3998704.
HSL color Cylindrical-coordinate representation of color #F0033D: hue angle of 345.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0033D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 61 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.06 |
| HSL | 345.32º | 0.98% | 0.48% | - |
| HSV(B) | 345.32º | 0.99% | 0.94% | - |
| XYZ | 36.81 | 18.93 | 6.13 | - |
| YUV | 80.48 | 117.02 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 61 | 0 | 0.99 | 0.75 | 0.06 | 345.32 | 0.98 | 0.48 |
| Hex | F0 | 3 | 3D | 0 | 63 | 4B | 6 | 159 | 62 | 30 |
| Octal | 360 | 3 | 75 | 0 | 143 | 113 | 6 | 531 | 142 | 60 |
| Binary | 11110000 | 11 | 111101 | 0 | 1100011 | 1001011 | 110 | 101011001 | 1100010 | 110000 |
Color Harmonies of #F0033D
Complementary color
Monochromatic Colors of #F0033D
Black with #F0033D
Text Example
Text Example
White with #F0033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0033D; }
p { color: rgb(240,3,61); }
H1.HeaderClassName
{
color: #F0033D;
}
.AnyTagClassName
{
color: #F0033D;
}
</style>
background-color css
<style>
a { background-color: #F0033D; }
a { background-color: rgb(240,3,61); }
div.DivClassName
{
background-color: #F0033D;
}
.BgClassName
{
background-color: #F0033D;
}
</style>
border-color css
<style>
span { border-color: #F0033D; }
span { border-color: rgb(240,3,61); }
td.TdClassName
{
border-color: #F0033D;
}
.TagClassName
{
border-color: #F0033D;
}
</style>