Shades of Torch Red #FE0443
Tints of Torch Red #FE0443
RGB
CMYK
RGB Variations
Color information
#FE0443 (or 0xFE0443) is known color: Torch Red. HEX triplet: FE, 04 and 43. RGB value is (254,4,67). Sum of RGB (Red+Green+Blue) = 254+4+67=325 (43% of max value = 765). Red value is 254 (99.61% from 255 or 78.15% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0443 is #01FBBC. Grayscale: #555555. Windows color (decimal): -129981 or 4392190. OLE color: 4392190.
HSL color Cylindrical-coordinate representation of color #FE0443: hue angle of 344.88º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0443 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.00 |
| HSL | 344.88º | 0.99% | 0.51% | - |
| HSV(B) | 344.88º | 0.98% | 1% | - |
| XYZ | 41.93 | 21.56 | 7.26 | - |
| YUV | 85.93 | 117.33 | 247.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 67 | 0 | 0.98 | 0.74 | 0.00 | 344.88 | 0.99 | 0.51 |
| Hex | FE | 4 | 43 | 0 | 62 | 4A | 0 | 159 | 63 | 33 |
| Octal | 376 | 4 | 103 | 0 | 142 | 112 | 0 | 531 | 143 | 63 |
| Binary | 11111110 | 100 | 1000011 | 0 | 1100010 | 1001010 | 0 | 101011001 | 1100011 | 110011 |
Color Harmonies of #FE0443
Complementary color
Monochromatic Colors of #FE0443
Black with #FE0443
Text Example
Text Example
White with #FE0443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0443; }
p { color: rgb(254,4,67); }
H1.HeaderClassName
{
color: #FE0443;
}
.AnyTagClassName
{
color: #FE0443;
}
</style>
background-color css
<style>
a { background-color: #FE0443; }
a { background-color: rgb(254,4,67); }
div.DivClassName
{
background-color: #FE0443;
}
.BgClassName
{
background-color: #FE0443;
}
</style>
border-color css
<style>
span { border-color: #FE0443; }
span { border-color: rgb(254,4,67); }
td.TdClassName
{
border-color: #FE0443;
}
.TagClassName
{
border-color: #FE0443;
}
</style>