Shades of Torch Red #FE1028
Tints of Torch Red #FE1028
RGB
CMYK
RGB Variations
Color information
#FE1028 (or 0xFE1028) is known color: Torch Red. HEX triplet: FE, 10 and 28. RGB value is (254,16,40). Sum of RGB (Red+Green+Blue) = 254+16+40=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1028 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1028 is #01EFD7. Grayscale: #5A5A5A. Windows color (decimal): -126936 or 2625790. OLE color: 2625790.
HSL color Cylindrical-coordinate representation of color #FE1028: hue angle of 353.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1028 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 40 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.00 |
| HSL | 353.95º | 0.99% | 0.53% | - |
| HSV(B) | 353.95º | 0.94% | 1% | - |
| XYZ | 41.44 | 21.59 | 3.99 | - |
| YUV | 89.9 | 99.85 | 245.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 40 | 0 | 0.94 | 0.84 | 0.00 | 353.95 | 0.99 | 0.53 |
| Hex | FE | 10 | 28 | 0 | 5E | 54 | 0 | 162 | 63 | 35 |
| Octal | 376 | 20 | 50 | 0 | 136 | 124 | 0 | 542 | 143 | 65 |
| Binary | 11111110 | 10000 | 101000 | 0 | 1011110 | 1010100 | 0 | 101100010 | 1100011 | 110101 |
Color Harmonies of #FE1028
Complementary color
Monochromatic Colors of #FE1028
Black with #FE1028
Text Example
Text Example
White with #FE1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1028; }
p { color: rgb(254,16,40); }
H1.HeaderClassName
{
color: #FE1028;
}
.AnyTagClassName
{
color: #FE1028;
}
</style>
background-color css
<style>
a { background-color: #FE1028; }
a { background-color: rgb(254,16,40); }
div.DivClassName
{
background-color: #FE1028;
}
.BgClassName
{
background-color: #FE1028;
}
</style>
border-color css
<style>
span { border-color: #FE1028; }
span { border-color: rgb(254,16,40); }
td.TdClassName
{
border-color: #FE1028;
}
.TagClassName
{
border-color: #FE1028;
}
</style>