Shades of Torch Red #FE1121
Tints of Torch Red #FE1121
RGB
CMYK
RGB Variations
Color information
#FE1121 (or 0xFE1121) is known color: Torch Red. HEX triplet: FE, 11 and 21. RGB value is (254,17,33). Sum of RGB (Red+Green+Blue) = 254+17+33=304 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.55% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1121 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1121 is #01EEDE. Grayscale: #595959. Windows color (decimal): -126687 or 2167294. OLE color: 2167294.
HSL color Cylindrical-coordinate representation of color #FE1121: hue angle of 355.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1121 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 33 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.00 |
| HSL | 355.95º | 0.99% | 0.53% | - |
| HSV(B) | 355.95º | 0.93% | 1% | - |
| XYZ | 41.35 | 21.58 | 3.43 | - |
| YUV | 89.69 | 96.02 | 245.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 33 | 0 | 0.93 | 0.87 | 0.00 | 355.95 | 0.99 | 0.53 |
| Hex | FE | 11 | 21 | 0 | 5D | 57 | 0 | 164 | 63 | 35 |
| Octal | 376 | 21 | 41 | 0 | 135 | 127 | 0 | 544 | 143 | 65 |
| Binary | 11111110 | 10001 | 100001 | 0 | 1011101 | 1010111 | 0 | 101100100 | 1100011 | 110101 |
Color Harmonies of #FE1121
Complementary color
Monochromatic Colors of #FE1121
Black with #FE1121
Text Example
Text Example
White with #FE1121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1121; }
p { color: rgb(254,17,33); }
H1.HeaderClassName
{
color: #FE1121;
}
.AnyTagClassName
{
color: #FE1121;
}
</style>
background-color css
<style>
a { background-color: #FE1121; }
a { background-color: rgb(254,17,33); }
div.DivClassName
{
background-color: #FE1121;
}
.BgClassName
{
background-color: #FE1121;
}
</style>
border-color css
<style>
span { border-color: #FE1121; }
span { border-color: rgb(254,17,33); }
td.TdClassName
{
border-color: #FE1121;
}
.TagClassName
{
border-color: #FE1121;
}
</style>