Shades of Torch Red #FE0A21
Tints of Torch Red #FE0A21
RGB
CMYK
RGB Variations
Color information
#FE0A21 (or 0xFE0A21) is known color: Torch Red. HEX triplet: FE, 0A and 21. RGB value is (254,10,33). Sum of RGB (Red+Green+Blue) = 254+10+33=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0A21 is #01F5DE. Grayscale: #555555. Windows color (decimal): -128479 or 2165502. OLE color: 2165502.
HSL color Cylindrical-coordinate representation of color #FE0A21: hue angle of 354.34º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0A21 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 33 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.00 |
| HSL | 354.34º | 0.99% | 0.52% | - |
| HSV(B) | 354.34º | 0.96% | 1% | - |
| XYZ | 41.26 | 21.4 | 3.39 | - |
| YUV | 85.58 | 98.34 | 248.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 33 | 0 | 0.96 | 0.87 | 0.00 | 354.34 | 0.99 | 0.52 |
| Hex | FE | A | 21 | 0 | 60 | 57 | 0 | 162 | 63 | 34 |
| Octal | 376 | 12 | 41 | 0 | 140 | 127 | 0 | 542 | 143 | 64 |
| Binary | 11111110 | 1010 | 100001 | 0 | 1100000 | 1010111 | 0 | 101100010 | 1100011 | 110100 |
Color Harmonies of #FE0A21
Complementary color
Monochromatic Colors of #FE0A21
Black with #FE0A21
Text Example
Text Example
White with #FE0A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A21; }
p { color: rgb(254,10,33); }
H1.HeaderClassName
{
color: #FE0A21;
}
.AnyTagClassName
{
color: #FE0A21;
}
</style>
background-color css
<style>
a { background-color: #FE0A21; }
a { background-color: rgb(254,10,33); }
div.DivClassName
{
background-color: #FE0A21;
}
.BgClassName
{
background-color: #FE0A21;
}
</style>
border-color css
<style>
span { border-color: #FE0A21; }
span { border-color: rgb(254,10,33); }
td.TdClassName
{
border-color: #FE0A21;
}
.TagClassName
{
border-color: #FE0A21;
}
</style>