Shades of Torch Red #FE0221
Tints of Torch Red #FE0221
RGB
CMYK
RGB Variations
Color information
#FE0221 (or 0xFE0221) is known color: Torch Red. HEX triplet: FE, 02 and 21. RGB value is (254,2,33). Sum of RGB (Red+Green+Blue) = 254+2+33=289 (38% of max value = 765). Red value is 254 (99.61% from 255 or 87.89% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0221 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0221 is #01FDDE. Grayscale: #515151. Windows color (decimal): -130527 or 2163454. OLE color: 2163454.
HSL color Cylindrical-coordinate representation of color #FE0221: hue angle of 352.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0221 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.00 |
| HSL | 352.62º | 0.99% | 0.5% | - |
| HSV(B) | 352.62º | 0.99% | 1% | - |
| XYZ | 41.17 | 21.22 | 3.37 | - |
| YUV | 80.88 | 100.99 | 251.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 33 | 0 | 0.99 | 0.87 | 0.00 | 352.62 | 0.99 | 0.5 |
| Hex | FE | 2 | 21 | 0 | 63 | 57 | 0 | 161 | 63 | 32 |
| Octal | 376 | 2 | 41 | 0 | 143 | 127 | 0 | 541 | 143 | 62 |
| Binary | 11111110 | 10 | 100001 | 0 | 1100011 | 1010111 | 0 | 101100001 | 1100011 | 110010 |
Color Harmonies of #FE0221
Complementary color
Monochromatic Colors of #FE0221
Black with #FE0221
Text Example
Text Example
White with #FE0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0221; }
p { color: rgb(254,2,33); }
H1.HeaderClassName
{
color: #FE0221;
}
.AnyTagClassName
{
color: #FE0221;
}
</style>
background-color css
<style>
a { background-color: #FE0221; }
a { background-color: rgb(254,2,33); }
div.DivClassName
{
background-color: #FE0221;
}
.BgClassName
{
background-color: #FE0221;
}
</style>
border-color css
<style>
span { border-color: #FE0221; }
span { border-color: rgb(254,2,33); }
td.TdClassName
{
border-color: #FE0221;
}
.TagClassName
{
border-color: #FE0221;
}
</style>