Shades of Torch Red #FE1845
Tints of Torch Red #FE1845
RGB
CMYK
RGB Variations
Color information
#FE1845 (or 0xFE1845) is known color: Torch Red. HEX triplet: FE, 18 and 45. RGB value is (254,24,69). Sum of RGB (Red+Green+Blue) = 254+24+69=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1845 is #01E7BA. Grayscale: #616161. Windows color (decimal): -124859 or 4528382. OLE color: 4528382.
HSL color Cylindrical-coordinate representation of color #FE1845: hue angle of 348.26º 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 #FE1845 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 69 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.00 |
| HSL | 348.26º | 0.99% | 0.55% | - |
| HSV(B) | 348.26º | 0.91% | 1% | - |
| XYZ | 42.27 | 22.15 | 7.68 | - |
| YUV | 97.9 | 111.7 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 69 | 0 | 0.91 | 0.73 | 0.00 | 348.26 | 0.99 | 0.55 |
| Hex | FE | 18 | 45 | 0 | 5B | 49 | 0 | 15C | 63 | 37 |
| Octal | 376 | 30 | 105 | 0 | 133 | 111 | 0 | 534 | 143 | 67 |
| Binary | 11111110 | 11000 | 1000101 | 0 | 1011011 | 1001001 | 0 | 101011100 | 1100011 | 110111 |
Color Harmonies of #FE1845
Complementary color
Monochromatic Colors of #FE1845
Black with #FE1845
Text Example
Text Example
White with #FE1845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1845; }
p { color: rgb(254,24,69); }
H1.HeaderClassName
{
color: #FE1845;
}
.AnyTagClassName
{
color: #FE1845;
}
</style>
background-color css
<style>
a { background-color: #FE1845; }
a { background-color: rgb(254,24,69); }
div.DivClassName
{
background-color: #FE1845;
}
.BgClassName
{
background-color: #FE1845;
}
</style>
border-color css
<style>
span { border-color: #FE1845; }
span { border-color: rgb(254,24,69); }
td.TdClassName
{
border-color: #FE1845;
}
.TagClassName
{
border-color: #FE1845;
}
</style>