Shades of Torch Red #FE053C
Tints of Torch Red #FE053C
RGB
CMYK
RGB Variations
Color information
#FE053C (or 0xFE053C) is known color: Torch Red. HEX triplet: FE, 05 and 3C. RGB value is (254,5,60). Sum of RGB (Red+Green+Blue) = 254+5+60=319 (42% of max value = 765). Red value is 254 (99.61% from 255 or 79.62% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 254 - color contains mainly: red. Hex color #FE053C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE053C is #01FAC3. Grayscale: #555555. Windows color (decimal): -129732 or 3933694. OLE color: 3933694.
HSL color Cylindrical-coordinate representation of color #FE053C: hue angle of 346.75º 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 #FE053C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 60 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.00 |
| HSL | 346.75º | 0.99% | 0.51% | - |
| HSV(B) | 346.75º | 0.98% | 1% | - |
| XYZ | 41.74 | 21.51 | 6.23 | - |
| YUV | 85.72 | 113.49 | 248.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 60 | 0 | 0.98 | 0.76 | 0.00 | 346.75 | 0.99 | 0.51 |
| Hex | FE | 5 | 3C | 0 | 62 | 4C | 0 | 15B | 63 | 33 |
| Octal | 376 | 5 | 74 | 0 | 142 | 114 | 0 | 533 | 143 | 63 |
| Binary | 11111110 | 101 | 111100 | 0 | 1100010 | 1001100 | 0 | 101011011 | 1100011 | 110011 |
Color Harmonies of #FE053C
Complementary color
Monochromatic Colors of #FE053C
Black with #FE053C
Text Example
Text Example
White with #FE053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE053C; }
p { color: rgb(254,5,60); }
H1.HeaderClassName
{
color: #FE053C;
}
.AnyTagClassName
{
color: #FE053C;
}
</style>
background-color css
<style>
a { background-color: #FE053C; }
a { background-color: rgb(254,5,60); }
div.DivClassName
{
background-color: #FE053C;
}
.BgClassName
{
background-color: #FE053C;
}
</style>
border-color css
<style>
span { border-color: #FE053C; }
span { border-color: rgb(254,5,60); }
td.TdClassName
{
border-color: #FE053C;
}
.TagClassName
{
border-color: #FE053C;
}
</style>