Shades of Torch Red #FE1443
Tints of Torch Red #FE1443
RGB
CMYK
RGB Variations
Color information
#FE1443 (or 0xFE1443) is known color: Torch Red. HEX triplet: FE, 14 and 43. RGB value is (254,20,67). Sum of RGB (Red+Green+Blue) = 254+20+67=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1443 is #01EBBC. Grayscale: #5F5F5F. Windows color (decimal): -125885 or 4396286. OLE color: 4396286.
HSL color Cylindrical-coordinate representation of color #FE1443: hue angle of 347.95º 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 #FE1443 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 67 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.00 |
| HSL | 347.95º | 0.99% | 0.54% | - |
| HSV(B) | 347.95º | 0.92% | 1% | - |
| XYZ | 42.14 | 21.98 | 7.33 | - |
| YUV | 95.32 | 112.02 | 241.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 67 | 0 | 0.92 | 0.74 | 0.00 | 347.95 | 0.99 | 0.54 |
| Hex | FE | 14 | 43 | 0 | 5C | 4A | 0 | 15C | 63 | 36 |
| Octal | 376 | 24 | 103 | 0 | 134 | 112 | 0 | 534 | 143 | 66 |
| Binary | 11111110 | 10100 | 1000011 | 0 | 1011100 | 1001010 | 0 | 101011100 | 1100011 | 110110 |
Color Harmonies of #FE1443
Complementary color
Monochromatic Colors of #FE1443
Black with #FE1443
Text Example
Text Example
White with #FE1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1443; }
p { color: rgb(254,20,67); }
H1.HeaderClassName
{
color: #FE1443;
}
.AnyTagClassName
{
color: #FE1443;
}
</style>
background-color css
<style>
a { background-color: #FE1443; }
a { background-color: rgb(254,20,67); }
div.DivClassName
{
background-color: #FE1443;
}
.BgClassName
{
background-color: #FE1443;
}
</style>
border-color css
<style>
span { border-color: #FE1443; }
span { border-color: rgb(254,20,67); }
td.TdClassName
{
border-color: #FE1443;
}
.TagClassName
{
border-color: #FE1443;
}
</style>