Shades of Torch Red #FE2122
Tints of Torch Red #FE2122
RGB
CMYK
RGB Variations
Color information
#FE2122 (or 0xFE2122) is known color: Torch Red. HEX triplet: FE, 21 and 22. RGB value is (254,33,34). Sum of RGB (Red+Green+Blue) = 254+33+34=321 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.13% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2122 is #01DEDD. Grayscale: #636363. Windows color (decimal): -122590 or 2236926. OLE color: 2236926.
HSL color Cylindrical-coordinate representation of color #FE2122: 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 #FE2122 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 33 | 34 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.00 |
| HSL | 359.73º | 0.99% | 0.56% | - |
| HSV(B) | 359.73º | 0.87% | 1% | - |
| XYZ | 41.71 | 22.27 | 3.61 | - |
| YUV | 99.19 | 91.22 | 238.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 33 | 34 | 0 | 0.87 | 0.87 | 0.00 | 359.73 | 0.99 | 0.56 |
| Hex | FE | 21 | 22 | 0 | 57 | 57 | 0 | 168 | 63 | 38 |
| Octal | 376 | 41 | 42 | 0 | 127 | 127 | 0 | 550 | 143 | 70 |
| Binary | 11111110 | 100001 | 100010 | 0 | 1010111 | 1010111 | 0 | 101101000 | 1100011 | 111000 |
Color Harmonies of #FE2122
Complementary color
Monochromatic Colors of #FE2122
Black with #FE2122
Text Example
Text Example
White with #FE2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2122; }
p { color: rgb(254,33,34); }
H1.HeaderClassName
{
color: #FE2122;
}
.AnyTagClassName
{
color: #FE2122;
}
</style>
background-color css
<style>
a { background-color: #FE2122; }
a { background-color: rgb(254,33,34); }
div.DivClassName
{
background-color: #FE2122;
}
.BgClassName
{
background-color: #FE2122;
}
</style>
border-color css
<style>
span { border-color: #FE2122; }
span { border-color: rgb(254,33,34); }
td.TdClassName
{
border-color: #FE2122;
}
.TagClassName
{
border-color: #FE2122;
}
</style>