Shades of Torch Red #FE2544
Tints of Torch Red #FE2544
RGB
CMYK
RGB Variations
Color information
#FE2544 (or 0xFE2544) is known color: Torch Red. HEX triplet: FE, 25 and 44. RGB value is (254,37,68). Sum of RGB (Red+Green+Blue) = 254+37+68=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2544 is #01DABB. Grayscale: #696969. Windows color (decimal): -121532 or 4466174. OLE color: 4466174.
HSL color Cylindrical-coordinate representation of color #FE2544: hue angle of 351.43º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2544 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 68 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.00 |
| HSL | 351.43º | 0.99% | 0.57% | - |
| HSV(B) | 351.43º | 0.85% | 1% | - |
| XYZ | 42.58 | 22.81 | 7.63 | - |
| YUV | 105.42 | 106.89 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 68 | 0 | 0.85 | 0.73 | 0.00 | 351.43 | 0.99 | 0.57 |
| Hex | FE | 25 | 44 | 0 | 55 | 49 | 0 | 15F | 63 | 39 |
| Octal | 376 | 45 | 104 | 0 | 125 | 111 | 0 | 537 | 143 | 71 |
| Binary | 11111110 | 100101 | 1000100 | 0 | 1010101 | 1001001 | 0 | 101011111 | 1100011 | 111001 |
Color Harmonies of #FE2544
Complementary color
Monochromatic Colors of #FE2544
Black with #FE2544
Text Example
Text Example
White with #FE2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2544; }
p { color: rgb(254,37,68); }
H1.HeaderClassName
{
color: #FE2544;
}
.AnyTagClassName
{
color: #FE2544;
}
</style>
background-color css
<style>
a { background-color: #FE2544; }
a { background-color: rgb(254,37,68); }
div.DivClassName
{
background-color: #FE2544;
}
.BgClassName
{
background-color: #FE2544;
}
</style>
border-color css
<style>
span { border-color: #FE2544; }
span { border-color: rgb(254,37,68); }
td.TdClassName
{
border-color: #FE2544;
}
.TagClassName
{
border-color: #FE2544;
}
</style>