Shades of Torch Red #FE1229
Tints of Torch Red #FE1229
RGB
CMYK
RGB Variations
Color information
#FE1229 (or 0xFE1229) is known color: Torch Red. HEX triplet: FE, 12 and 29. RGB value is (254,18,41). Sum of RGB (Red+Green+Blue) = 254+18+41=313 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.15% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1229 is #01EDD6. Grayscale: #5B5B5B. Windows color (decimal): -126423 or 2691838. OLE color: 2691838.
HSL color Cylindrical-coordinate representation of color #FE1229: hue angle of 354.15º 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 #FE1229 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 41 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.00 |
| HSL | 354.15º | 0.99% | 0.53% | - |
| HSV(B) | 354.15º | 0.93% | 1% | - |
| XYZ | 41.49 | 21.66 | 4.09 | - |
| YUV | 91.19 | 99.69 | 244.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 41 | 0 | 0.93 | 0.84 | 0.00 | 354.15 | 0.99 | 0.53 |
| Hex | FE | 12 | 29 | 0 | 5D | 54 | 0 | 162 | 63 | 35 |
| Octal | 376 | 22 | 51 | 0 | 135 | 124 | 0 | 542 | 143 | 65 |
| Binary | 11111110 | 10010 | 101001 | 0 | 1011101 | 1010100 | 0 | 101100010 | 1100011 | 110101 |
Color Harmonies of #FE1229
Complementary color
Monochromatic Colors of #FE1229
Black with #FE1229
Text Example
Text Example
White with #FE1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1229; }
p { color: rgb(254,18,41); }
H1.HeaderClassName
{
color: #FE1229;
}
.AnyTagClassName
{
color: #FE1229;
}
</style>
background-color css
<style>
a { background-color: #FE1229; }
a { background-color: rgb(254,18,41); }
div.DivClassName
{
background-color: #FE1229;
}
.BgClassName
{
background-color: #FE1229;
}
</style>
border-color css
<style>
span { border-color: #FE1229; }
span { border-color: rgb(254,18,41); }
td.TdClassName
{
border-color: #FE1229;
}
.TagClassName
{
border-color: #FE1229;
}
</style>