Shades of Torch Red #FE0721
Tints of Torch Red #FE0721
RGB
CMYK
RGB Variations
Color information
#FE0721 (or 0xFE0721) is known color: Torch Red. HEX triplet: FE, 07 and 21. RGB value is (254,7,33). Sum of RGB (Red+Green+Blue) = 254+7+33=294 (38% of max value = 765). Red value is 254 (99.61% from 255 or 86.39% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0721 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0721 is #01F8DE. Grayscale: #535353. Windows color (decimal): -129247 or 2164734. OLE color: 2164734.
HSL color Cylindrical-coordinate representation of color #FE0721: hue angle of 353.68º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0721 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 7 | 33 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.00 |
| HSL | 353.68º | 0.99% | 0.51% | - |
| HSV(B) | 353.68º | 0.97% | 1% | - |
| XYZ | 41.22 | 21.33 | 3.38 | - |
| YUV | 83.82 | 99.33 | 249.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 7 | 33 | 0 | 0.97 | 0.87 | 0.00 | 353.68 | 0.99 | 0.51 |
| Hex | FE | 7 | 21 | 0 | 61 | 57 | 0 | 162 | 63 | 33 |
| Octal | 376 | 7 | 41 | 0 | 141 | 127 | 0 | 542 | 143 | 63 |
| Binary | 11111110 | 111 | 100001 | 0 | 1100001 | 1010111 | 0 | 101100010 | 1100011 | 110011 |
Color Harmonies of #FE0721
Complementary color
Monochromatic Colors of #FE0721
Black with #FE0721
Text Example
Text Example
White with #FE0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0721; }
p { color: rgb(254,7,33); }
H1.HeaderClassName
{
color: #FE0721;
}
.AnyTagClassName
{
color: #FE0721;
}
</style>
background-color css
<style>
a { background-color: #FE0721; }
a { background-color: rgb(254,7,33); }
div.DivClassName
{
background-color: #FE0721;
}
.BgClassName
{
background-color: #FE0721;
}
</style>
border-color css
<style>
span { border-color: #FE0721; }
span { border-color: rgb(254,7,33); }
td.TdClassName
{
border-color: #FE0721;
}
.TagClassName
{
border-color: #FE0721;
}
</style>