Shades of Torch Red #FE1844
Tints of Torch Red #FE1844
RGB
CMYK
RGB Variations
Color information
#FE1844 (or 0xFE1844) is known color: Torch Red. HEX triplet: FE, 18 and 44. RGB value is (254,24,68). Sum of RGB (Red+Green+Blue) = 254+24+68=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1844 is #01E7BB. Grayscale: #616161. Windows color (decimal): -124860 or 4462846. OLE color: 4462846.
HSL color Cylindrical-coordinate representation of color #FE1844: hue angle of 348.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1844 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 68 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.00 |
| HSL | 348.52º | 0.99% | 0.55% | - |
| HSV(B) | 348.52º | 0.91% | 1% | - |
| XYZ | 42.24 | 22.14 | 7.52 | - |
| YUV | 97.79 | 111.2 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 68 | 0 | 0.91 | 0.73 | 0.00 | 348.52 | 0.99 | 0.55 |
| Hex | FE | 18 | 44 | 0 | 5B | 49 | 0 | 15D | 63 | 37 |
| Octal | 376 | 30 | 104 | 0 | 133 | 111 | 0 | 535 | 143 | 67 |
| Binary | 11111110 | 11000 | 1000100 | 0 | 1011011 | 1001001 | 0 | 101011101 | 1100011 | 110111 |
Color Harmonies of #FE1844
Complementary color
Monochromatic Colors of #FE1844
Black with #FE1844
Text Example
Text Example
White with #FE1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1844; }
p { color: rgb(254,24,68); }
H1.HeaderClassName
{
color: #FE1844;
}
.AnyTagClassName
{
color: #FE1844;
}
</style>
background-color css
<style>
a { background-color: #FE1844; }
a { background-color: rgb(254,24,68); }
div.DivClassName
{
background-color: #FE1844;
}
.BgClassName
{
background-color: #FE1844;
}
</style>
border-color css
<style>
span { border-color: #FE1844; }
span { border-color: rgb(254,24,68); }
td.TdClassName
{
border-color: #FE1844;
}
.TagClassName
{
border-color: #FE1844;
}
</style>