Shades of Torch Red #FE2028
Tints of Torch Red #FE2028
RGB
CMYK
RGB Variations
Color information
#FE2028 (or 0xFE2028) is known color: Torch Red. HEX triplet: FE, 20 and 28. RGB value is (254,32,40). Sum of RGB (Red+Green+Blue) = 254+32+40=326 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.91% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2028 is #01DFD7. Grayscale: #636363. Windows color (decimal): -122840 or 2629886. OLE color: 2629886.
HSL color Cylindrical-coordinate representation of color #FE2028: hue angle of 357.84º 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 #FE2028 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 32 | 40 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.00 |
| HSL | 357.84º | 0.99% | 0.56% | - |
| HSV(B) | 357.84º | 0.87% | 1% | - |
| XYZ | 41.77 | 22.26 | 4.1 | - |
| YUV | 99.29 | 94.55 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 32 | 40 | 0 | 0.87 | 0.84 | 0.00 | 357.84 | 0.99 | 0.56 |
| Hex | FE | 20 | 28 | 0 | 57 | 54 | 0 | 166 | 63 | 38 |
| Octal | 376 | 40 | 50 | 0 | 127 | 124 | 0 | 546 | 143 | 70 |
| Binary | 11111110 | 100000 | 101000 | 0 | 1010111 | 1010100 | 0 | 101100110 | 1100011 | 111000 |
Color Harmonies of #FE2028
Complementary color
Monochromatic Colors of #FE2028
Black with #FE2028
Text Example
Text Example
White with #FE2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2028; }
p { color: rgb(254,32,40); }
H1.HeaderClassName
{
color: #FE2028;
}
.AnyTagClassName
{
color: #FE2028;
}
</style>
background-color css
<style>
a { background-color: #FE2028; }
a { background-color: rgb(254,32,40); }
div.DivClassName
{
background-color: #FE2028;
}
.BgClassName
{
background-color: #FE2028;
}
</style>
border-color css
<style>
span { border-color: #FE2028; }
span { border-color: rgb(254,32,40); }
td.TdClassName
{
border-color: #FE2028;
}
.TagClassName
{
border-color: #FE2028;
}
</style>