Shades of Torch Red #F00A21
Tints of Torch Red #F00A21
RGB
CMYK
RGB Variations
Color information
#F00A21 (or 0xF00A21) is known color: Torch Red. HEX triplet: F0, 0A and 21. RGB value is (240,10,33). Sum of RGB (Red+Green+Blue) = 240+10+33=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00A21 is #0FF5DE. Grayscale: #515151. Windows color (decimal): -1045983 or 2165488. OLE color: 2165488.
HSL color Cylindrical-coordinate representation of color #F00A21: hue angle of 354º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A21 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 33 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.06 |
| HSL | 354º | 0.92% | 0.49% | - |
| HSV(B) | 354º | 0.96% | 0.94% | - |
| XYZ | 36.32 | 18.85 | 3.16 | - |
| YUV | 81.39 | 100.7 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 33 | 0 | 0.96 | 0.86 | 0.06 | 354 | 0.92 | 0.49 |
| Hex | F0 | A | 21 | 0 | 60 | 56 | 6 | 162 | 5C | 31 |
| Octal | 360 | 12 | 41 | 0 | 140 | 126 | 6 | 542 | 134 | 61 |
| Binary | 11110000 | 1010 | 100001 | 0 | 1100000 | 1010110 | 110 | 101100010 | 1011100 | 110001 |
Color Harmonies of #F00A21
Complementary color
Monochromatic Colors of #F00A21
Black with #F00A21
Text Example
Text Example
White with #F00A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A21; }
p { color: rgb(240,10,33); }
H1.HeaderClassName
{
color: #F00A21;
}
.AnyTagClassName
{
color: #F00A21;
}
</style>
background-color css
<style>
a { background-color: #F00A21; }
a { background-color: rgb(240,10,33); }
div.DivClassName
{
background-color: #F00A21;
}
.BgClassName
{
background-color: #F00A21;
}
</style>
border-color css
<style>
span { border-color: #F00A21; }
span { border-color: rgb(240,10,33); }
td.TdClassName
{
border-color: #F00A21;
}
.TagClassName
{
border-color: #F00A21;
}
</style>