Shades of Torch Red #FE053F
Tints of Torch Red #FE053F
RGB
CMYK
RGB Variations
Color information
#FE053F (or 0xFE053F) is known color: Torch Red. HEX triplet: FE, 05 and 3F. RGB value is (254,5,63). Sum of RGB (Red+Green+Blue) = 254+5+63=322 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.88% from 322); Green value is 5 (2.34% from 255 or 1.55% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 254 - color contains mainly: red. Hex color #FE053F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE053F is #01FAC0. Grayscale: #565656. Windows color (decimal): -129729 or 4130302. OLE color: 4130302.
HSL color Cylindrical-coordinate representation of color #FE053F: hue angle of 346.02º 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 #FE053F is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 63 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.00 |
| HSL | 346.02º | 0.99% | 0.51% | - |
| HSV(B) | 346.02º | 0.98% | 1% | - |
| XYZ | 41.82 | 21.54 | 6.66 | - |
| YUV | 86.06 | 114.99 | 247.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 63 | 0 | 0.98 | 0.75 | 0.00 | 346.02 | 0.99 | 0.51 |
| Hex | FE | 5 | 3F | 0 | 62 | 4B | 0 | 15A | 63 | 33 |
| Octal | 376 | 5 | 77 | 0 | 142 | 113 | 0 | 532 | 143 | 63 |
| Binary | 11111110 | 101 | 111111 | 0 | 1100010 | 1001011 | 0 | 101011010 | 1100011 | 110011 |
Color Harmonies of #FE053F
Complementary color
Monochromatic Colors of #FE053F
Black with #FE053F
Text Example
Text Example
White with #FE053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE053F; }
p { color: rgb(254,5,63); }
H1.HeaderClassName
{
color: #FE053F;
}
.AnyTagClassName
{
color: #FE053F;
}
</style>
background-color css
<style>
a { background-color: #FE053F; }
a { background-color: rgb(254,5,63); }
div.DivClassName
{
background-color: #FE053F;
}
.BgClassName
{
background-color: #FE053F;
}
</style>
border-color css
<style>
span { border-color: #FE053F; }
span { border-color: rgb(254,5,63); }
td.TdClassName
{
border-color: #FE053F;
}
.TagClassName
{
border-color: #FE053F;
}
</style>