Shades of Torch Red #F00521
Tints of Torch Red #F00521
RGB
CMYK
RGB Variations
Color information
#F00521 (or 0xF00521) is known color: Torch Red. HEX triplet: F0, 05 and 21. RGB value is (240,5,33). Sum of RGB (Red+Green+Blue) = 240+5+33=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F00521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00521 is #0FFADE. Grayscale: #4E4E4E. Windows color (decimal): -1047263 or 2164208. OLE color: 2164208.
HSL color Cylindrical-coordinate representation of color #F00521: hue angle of 352.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.06 |
| HSL | 352.85º | 0.96% | 0.48% | - |
| HSV(B) | 352.85º | 0.98% | 0.94% | - |
| XYZ | 36.26 | 18.74 | 3.15 | - |
| YUV | 78.46 | 102.36 | 243.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 33 | 0 | 0.98 | 0.86 | 0.06 | 352.85 | 0.96 | 0.48 |
| Hex | F0 | 5 | 21 | 0 | 62 | 56 | 6 | 161 | 60 | 30 |
| Octal | 360 | 5 | 41 | 0 | 142 | 126 | 6 | 541 | 140 | 60 |
| Binary | 11110000 | 101 | 100001 | 0 | 1100010 | 1010110 | 110 | 101100001 | 1100000 | 110000 |
Color Harmonies of #F00521
Complementary color
Monochromatic Colors of #F00521
Black with #F00521
Text Example
Text Example
White with #F00521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00521; }
p { color: rgb(240,5,33); }
H1.HeaderClassName
{
color: #F00521;
}
.AnyTagClassName
{
color: #F00521;
}
</style>
background-color css
<style>
a { background-color: #F00521; }
a { background-color: rgb(240,5,33); }
div.DivClassName
{
background-color: #F00521;
}
.BgClassName
{
background-color: #F00521;
}
</style>
border-color css
<style>
span { border-color: #F00521; }
span { border-color: rgb(240,5,33); }
td.TdClassName
{
border-color: #F00521;
}
.TagClassName
{
border-color: #F00521;
}
</style>