Shades of Torch Red #FE0528
Tints of Torch Red #FE0528
RGB
CMYK
RGB Variations
Color information
#FE0528 (or 0xFE0528) is known color: Torch Red. HEX triplet: FE, 05 and 28. RGB value is (254,5,40). Sum of RGB (Red+Green+Blue) = 254+5+40=299 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.95% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0528 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0528 is #01FAD7. Grayscale: #535353. Windows color (decimal): -129752 or 2622974. OLE color: 2622974.
HSL color Cylindrical-coordinate representation of color #FE0528: hue angle of 351.57º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0528 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 40 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.00 |
| HSL | 351.57º | 0.99% | 0.51% | - |
| HSV(B) | 351.57º | 0.98% | 1% | - |
| XYZ | 41.31 | 21.33 | 3.95 | - |
| YUV | 83.44 | 103.49 | 249.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 40 | 0 | 0.98 | 0.84 | 0.00 | 351.57 | 0.99 | 0.51 |
| Hex | FE | 5 | 28 | 0 | 62 | 54 | 0 | 160 | 63 | 33 |
| Octal | 376 | 5 | 50 | 0 | 142 | 124 | 0 | 540 | 143 | 63 |
| Binary | 11111110 | 101 | 101000 | 0 | 1100010 | 1010100 | 0 | 101100000 | 1100011 | 110011 |
Color Harmonies of #FE0528
Complementary color
Monochromatic Colors of #FE0528
Black with #FE0528
Text Example
Text Example
White with #FE0528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0528; }
p { color: rgb(254,5,40); }
H1.HeaderClassName
{
color: #FE0528;
}
.AnyTagClassName
{
color: #FE0528;
}
</style>
background-color css
<style>
a { background-color: #FE0528; }
a { background-color: rgb(254,5,40); }
div.DivClassName
{
background-color: #FE0528;
}
.BgClassName
{
background-color: #FE0528;
}
</style>
border-color css
<style>
span { border-color: #FE0528; }
span { border-color: rgb(254,5,40); }
td.TdClassName
{
border-color: #FE0528;
}
.TagClassName
{
border-color: #FE0528;
}
</style>