Shades of Torch Red #F0032D
Tints of Torch Red #F0032D
RGB
CMYK
RGB Variations
Color information
#F0032D (or 0xF0032D) is known color: Torch Red. HEX triplet: F0, 03 and 2D. RGB value is (240,3,45). Sum of RGB (Red+Green+Blue) = 240+3+45=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0032D is #0FFCD2. Grayscale: #4E4E4E. Windows color (decimal): -1047763 or 2950128. OLE color: 2950128.
HSL color Cylindrical-coordinate representation of color #F0032D: hue angle of 349.37º 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 #F0032D is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 45 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.06 |
| HSL | 349.37º | 0.98% | 0.48% | - |
| HSV(B) | 349.37º | 0.99% | 0.94% | - |
| XYZ | 36.44 | 18.78 | 4.19 | - |
| YUV | 78.65 | 109.02 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 45 | 0 | 0.99 | 0.81 | 0.06 | 349.37 | 0.98 | 0.48 |
| Hex | F0 | 3 | 2D | 0 | 63 | 51 | 6 | 15D | 62 | 30 |
| Octal | 360 | 3 | 55 | 0 | 143 | 121 | 6 | 535 | 142 | 60 |
| Binary | 11110000 | 11 | 101101 | 0 | 1100011 | 1010001 | 110 | 101011101 | 1100010 | 110000 |
Color Harmonies of #F0032D
Complementary color
Monochromatic Colors of #F0032D
Black with #F0032D
Text Example
Text Example
White with #F0032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0032D; }
p { color: rgb(240,3,45); }
H1.HeaderClassName
{
color: #F0032D;
}
.AnyTagClassName
{
color: #F0032D;
}
</style>
background-color css
<style>
a { background-color: #F0032D; }
a { background-color: rgb(240,3,45); }
div.DivClassName
{
background-color: #F0032D;
}
.BgClassName
{
background-color: #F0032D;
}
</style>
border-color css
<style>
span { border-color: #F0032D; }
span { border-color: rgb(240,3,45); }
td.TdClassName
{
border-color: #F0032D;
}
.TagClassName
{
border-color: #F0032D;
}
</style>