Shades of Torch Red #FE0220
Tints of Torch Red #FE0220
RGB
CMYK
RGB Variations
Color information
#FE0220 (or 0xFE0220) is known color: Torch Red. HEX triplet: FE, 02 and 20. RGB value is (254,2,32). Sum of RGB (Red+Green+Blue) = 254+2+32=288 (38% of max value = 765). Red value is 254 (99.61% from 255 or 88.19% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0220 is #01FDDF. Grayscale: #505050. Windows color (decimal): -130528 or 2097918. OLE color: 2097918.
HSL color Cylindrical-coordinate representation of color #FE0220: hue angle of 352.86º 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 #FE0220 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.00 |
| HSL | 352.86º | 0.99% | 0.5% | - |
| HSV(B) | 352.86º | 0.99% | 1% | - |
| XYZ | 41.16 | 21.22 | 3.29 | - |
| YUV | 80.77 | 100.49 | 251.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 32 | 0 | 0.99 | 0.87 | 0.00 | 352.86 | 0.99 | 0.5 |
| Hex | FE | 2 | 20 | 0 | 63 | 57 | 0 | 161 | 63 | 32 |
| Octal | 376 | 2 | 40 | 0 | 143 | 127 | 0 | 541 | 143 | 62 |
| Binary | 11111110 | 10 | 100000 | 0 | 1100011 | 1010111 | 0 | 101100001 | 1100011 | 110010 |
Color Harmonies of #FE0220
Complementary color
Monochromatic Colors of #FE0220
Black with #FE0220
Text Example
Text Example
White with #FE0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0220; }
p { color: rgb(254,2,32); }
H1.HeaderClassName
{
color: #FE0220;
}
.AnyTagClassName
{
color: #FE0220;
}
</style>
background-color css
<style>
a { background-color: #FE0220; }
a { background-color: rgb(254,2,32); }
div.DivClassName
{
background-color: #FE0220;
}
.BgClassName
{
background-color: #FE0220;
}
</style>
border-color css
<style>
span { border-color: #FE0220; }
span { border-color: rgb(254,2,32); }
td.TdClassName
{
border-color: #FE0220;
}
.TagClassName
{
border-color: #FE0220;
}
</style>