Shades of Torch Red #FE023C
Tints of Torch Red #FE023C
RGB
CMYK
RGB Variations
Color information
#FE023C (or 0xFE023C) is known color: Torch Red. HEX triplet: FE, 02 and 3C. RGB value is (254,2,60). Sum of RGB (Red+Green+Blue) = 254+2+60=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE023C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE023C is #01FDC3. Grayscale: #535353. Windows color (decimal): -130500 or 3932926. OLE color: 3932926.
HSL color Cylindrical-coordinate representation of color #FE023C: hue angle of 346.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE023C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 60 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.00 |
| HSL | 346.19º | 0.99% | 0.5% | - |
| HSV(B) | 346.19º | 0.99% | 1% | - |
| XYZ | 41.71 | 21.44 | 6.22 | - |
| YUV | 83.96 | 114.49 | 249.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 60 | 0 | 0.99 | 0.76 | 0.00 | 346.19 | 0.99 | 0.5 |
| Hex | FE | 2 | 3C | 0 | 63 | 4C | 0 | 15A | 63 | 32 |
| Octal | 376 | 2 | 74 | 0 | 143 | 114 | 0 | 532 | 143 | 62 |
| Binary | 11111110 | 10 | 111100 | 0 | 1100011 | 1001100 | 0 | 101011010 | 1100011 | 110010 |
Color Harmonies of #FE023C
Complementary color
Monochromatic Colors of #FE023C
Black with #FE023C
Text Example
Text Example
White with #FE023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE023C; }
p { color: rgb(254,2,60); }
H1.HeaderClassName
{
color: #FE023C;
}
.AnyTagClassName
{
color: #FE023C;
}
</style>
background-color css
<style>
a { background-color: #FE023C; }
a { background-color: rgb(254,2,60); }
div.DivClassName
{
background-color: #FE023C;
}
.BgClassName
{
background-color: #FE023C;
}
</style>
border-color css
<style>
span { border-color: #FE023C; }
span { border-color: rgb(254,2,60); }
td.TdClassName
{
border-color: #FE023C;
}
.TagClassName
{
border-color: #FE023C;
}
</style>