Shades of Torch Red #FE1543
Tints of Torch Red #FE1543
RGB
CMYK
RGB Variations
Color information
#FE1543 (or 0xFE1543) is known color: Torch Red. HEX triplet: FE, 15 and 43. RGB value is (254,21,67). Sum of RGB (Red+Green+Blue) = 254+21+67=342 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.27% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1543 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1543 is #01EABC. Grayscale: #5F5F5F. Windows color (decimal): -125629 or 4396542. OLE color: 4396542.
HSL color Cylindrical-coordinate representation of color #FE1543: hue angle of 348.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1543 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 67 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.00 |
| HSL | 348.15º | 0.99% | 0.54% | - |
| HSV(B) | 348.15º | 0.92% | 1% | - |
| XYZ | 42.15 | 22.01 | 7.34 | - |
| YUV | 95.91 | 111.69 | 240.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 67 | 0 | 0.92 | 0.74 | 0.00 | 348.15 | 0.99 | 0.54 |
| Hex | FE | 15 | 43 | 0 | 5C | 4A | 0 | 15C | 63 | 36 |
| Octal | 376 | 25 | 103 | 0 | 134 | 112 | 0 | 534 | 143 | 66 |
| Binary | 11111110 | 10101 | 1000011 | 0 | 1011100 | 1001010 | 0 | 101011100 | 1100011 | 110110 |
Color Harmonies of #FE1543
Complementary color
Monochromatic Colors of #FE1543
Black with #FE1543
Text Example
Text Example
White with #FE1543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1543; }
p { color: rgb(254,21,67); }
H1.HeaderClassName
{
color: #FE1543;
}
.AnyTagClassName
{
color: #FE1543;
}
</style>
background-color css
<style>
a { background-color: #FE1543; }
a { background-color: rgb(254,21,67); }
div.DivClassName
{
background-color: #FE1543;
}
.BgClassName
{
background-color: #FE1543;
}
</style>
border-color css
<style>
span { border-color: #FE1543; }
span { border-color: rgb(254,21,67); }
td.TdClassName
{
border-color: #FE1543;
}
.TagClassName
{
border-color: #FE1543;
}
</style>