Shades of Torch Red #FE0D4C
Tints of Torch Red #FE0D4C
RGB
CMYK
RGB Variations
Color information
#FE0D4C (or 0xFE0D4C) is known color: Torch Red. HEX triplet: FE, 0D and 4C. RGB value is (254,13,76). Sum of RGB (Red+Green+Blue) = 254+13+76=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D4C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D4C is #01F2B3. Grayscale: #5C5C5C. Windows color (decimal): -127668 or 4984318. OLE color: 4984318.
HSL color Cylindrical-coordinate representation of color #FE0D4C: hue angle of 344.32º 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 #FE0D4C is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 76 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.00 |
| HSL | 344.32º | 0.99% | 0.52% | - |
| HSV(B) | 344.32º | 0.95% | 1% | - |
| XYZ | 42.32 | 21.88 | 8.83 | - |
| YUV | 92.24 | 118.84 | 243.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 76 | 0 | 0.95 | 0.70 | 0.00 | 344.32 | 0.99 | 0.52 |
| Hex | FE | D | 4C | 0 | 5F | 46 | 0 | 158 | 63 | 34 |
| Octal | 376 | 15 | 114 | 0 | 137 | 106 | 0 | 530 | 143 | 64 |
| Binary | 11111110 | 1101 | 1001100 | 0 | 1011111 | 1000110 | 0 | 101011000 | 1100011 | 110100 |
Color Harmonies of #FE0D4C
Complementary color
Monochromatic Colors of #FE0D4C
Black with #FE0D4C
Text Example
Text Example
White with #FE0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D4C; }
p { color: rgb(254,13,76); }
H1.HeaderClassName
{
color: #FE0D4C;
}
.AnyTagClassName
{
color: #FE0D4C;
}
</style>
background-color css
<style>
a { background-color: #FE0D4C; }
a { background-color: rgb(254,13,76); }
div.DivClassName
{
background-color: #FE0D4C;
}
.BgClassName
{
background-color: #FE0D4C;
}
</style>
border-color css
<style>
span { border-color: #FE0D4C; }
span { border-color: rgb(254,13,76); }
td.TdClassName
{
border-color: #FE0D4C;
}
.TagClassName
{
border-color: #FE0D4C;
}
</style>