Shades of Torch Red #FE0544
Tints of Torch Red #FE0544
RGB
CMYK
RGB Variations
Color information
#FE0544 (or 0xFE0544) is known color: Torch Red. HEX triplet: FE, 05 and 44. RGB value is (254,5,68). Sum of RGB (Red+Green+Blue) = 254+5+68=327 (43% of max value = 765). Red value is 254 (99.61% from 255 or 77.68% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0544 is #01FABB. Grayscale: #565656. Windows color (decimal): -129724 or 4457982. OLE color: 4457982.
HSL color Cylindrical-coordinate representation of color #FE0544: hue angle of 344.82º 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 #FE0544 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 68 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.00 |
| HSL | 344.82º | 0.99% | 0.51% | - |
| HSV(B) | 344.82º | 0.98% | 1% | - |
| XYZ | 41.97 | 21.6 | 7.43 | - |
| YUV | 86.63 | 117.49 | 247.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 68 | 0 | 0.98 | 0.73 | 0.00 | 344.82 | 0.99 | 0.51 |
| Hex | FE | 5 | 44 | 0 | 62 | 49 | 0 | 159 | 63 | 33 |
| Octal | 376 | 5 | 104 | 0 | 142 | 111 | 0 | 531 | 143 | 63 |
| Binary | 11111110 | 101 | 1000100 | 0 | 1100010 | 1001001 | 0 | 101011001 | 1100011 | 110011 |
Color Harmonies of #FE0544
Complementary color
Monochromatic Colors of #FE0544
Black with #FE0544
Text Example
Text Example
White with #FE0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0544; }
p { color: rgb(254,5,68); }
H1.HeaderClassName
{
color: #FE0544;
}
.AnyTagClassName
{
color: #FE0544;
}
</style>
background-color css
<style>
a { background-color: #FE0544; }
a { background-color: rgb(254,5,68); }
div.DivClassName
{
background-color: #FE0544;
}
.BgClassName
{
background-color: #FE0544;
}
</style>
border-color css
<style>
span { border-color: #FE0544; }
span { border-color: rgb(254,5,68); }
td.TdClassName
{
border-color: #FE0544;
}
.TagClassName
{
border-color: #FE0544;
}
</style>