Shades of Torch Red #FE0C43
Tints of Torch Red #FE0C43
RGB
CMYK
RGB Variations
Color information
#FE0C43 (or 0xFE0C43) is known color: Torch Red. HEX triplet: FE, 0C and 43. RGB value is (254,12,67). Sum of RGB (Red+Green+Blue) = 254+12+67=333 (44% of max value = 765). Red value is 254 (99.61% from 255 or 76.28% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0C43 is #01F3BC. Grayscale: #5A5A5A. Windows color (decimal): -127933 or 4394238. OLE color: 4394238.
HSL color Cylindrical-coordinate representation of color #FE0C43: hue angle of 346.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0C43 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 67 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.00 |
| HSL | 346.36º | 0.99% | 0.52% | - |
| HSV(B) | 346.36º | 0.95% | 1% | - |
| XYZ | 42.02 | 21.74 | 7.29 | - |
| YUV | 90.63 | 114.67 | 244.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 67 | 0 | 0.95 | 0.74 | 0.00 | 346.36 | 0.99 | 0.52 |
| Hex | FE | C | 43 | 0 | 5F | 4A | 0 | 15A | 63 | 34 |
| Octal | 376 | 14 | 103 | 0 | 137 | 112 | 0 | 532 | 143 | 64 |
| Binary | 11111110 | 1100 | 1000011 | 0 | 1011111 | 1001010 | 0 | 101011010 | 1100011 | 110100 |
Color Harmonies of #FE0C43
Complementary color
Monochromatic Colors of #FE0C43
Black with #FE0C43
Text Example
Text Example
White with #FE0C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0C43; }
p { color: rgb(254,12,67); }
H1.HeaderClassName
{
color: #FE0C43;
}
.AnyTagClassName
{
color: #FE0C43;
}
</style>
background-color css
<style>
a { background-color: #FE0C43; }
a { background-color: rgb(254,12,67); }
div.DivClassName
{
background-color: #FE0C43;
}
.BgClassName
{
background-color: #FE0C43;
}
</style>
border-color css
<style>
span { border-color: #FE0C43; }
span { border-color: rgb(254,12,67); }
td.TdClassName
{
border-color: #FE0C43;
}
.TagClassName
{
border-color: #FE0C43;
}
</style>