Shades of Torch Red #FE2021
Tints of Torch Red #FE2021
RGB
CMYK
RGB Variations
Color information
#FE2021 (or 0xFE2021) is known color: Torch Red. HEX triplet: FE, 20 and 21. RGB value is (254,32,33). Sum of RGB (Red+Green+Blue) = 254+32+33=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2021 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2021 is #01DFDE. Grayscale: #626262. Windows color (decimal): -122847 or 2171134. OLE color: 2171134.
HSL color Cylindrical-coordinate representation of color #FE2021: hue angle of 359.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2021 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 33 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.00 |
| HSL | 359.73º | 0.99% | 0.56% | - |
| HSV(B) | 359.73º | 0.87% | 1% | - |
| XYZ | 41.66 | 22.21 | 3.53 | - |
| YUV | 98.49 | 91.05 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 33 | 0 | 0.87 | 0.87 | 0.00 | 359.73 | 0.99 | 0.56 |
| Hex | FE | 20 | 21 | 0 | 57 | 57 | 0 | 168 | 63 | 38 |
| Octal | 376 | 40 | 41 | 0 | 127 | 127 | 0 | 550 | 143 | 70 |
| Binary | 11111110 | 100000 | 100001 | 0 | 1010111 | 1010111 | 0 | 101101000 | 1100011 | 111000 |
Color Harmonies of #FE2021
Complementary color
Monochromatic Colors of #FE2021
Black with #FE2021
Text Example
Text Example
White with #FE2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2021; }
p { color: rgb(254,32,33); }
H1.HeaderClassName
{
color: #FE2021;
}
.AnyTagClassName
{
color: #FE2021;
}
</style>
background-color css
<style>
a { background-color: #FE2021; }
a { background-color: rgb(254,32,33); }
div.DivClassName
{
background-color: #FE2021;
}
.BgClassName
{
background-color: #FE2021;
}
</style>
border-color css
<style>
span { border-color: #FE2021; }
span { border-color: rgb(254,32,33); }
td.TdClassName
{
border-color: #FE2021;
}
.TagClassName
{
border-color: #FE2021;
}
</style>