Shades of Torch Red #FE0D2F
Tints of Torch Red #FE0D2F
RGB
CMYK
RGB Variations
Color information
#FE0D2F (or 0xFE0D2F) is known color: Torch Red. HEX triplet: FE, 0D and 2F. RGB value is (254,13,47). Sum of RGB (Red+Green+Blue) = 254+13+47=314 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.89% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D2F is #01F2D0. Grayscale: #595959. Windows color (decimal): -127697 or 3083774. OLE color: 3083774.
HSL color Cylindrical-coordinate representation of color #FE0D2F: hue angle of 351.54º 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 #FE0D2F is Cyan = 0, Magento = 0.95, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 47 | - |
| CMYK | 0 | 0.95 | 0.81 | 0.00 |
| HSL | 351.54º | 0.99% | 0.52% | - |
| HSV(B) | 351.54º | 0.95% | 1% | - |
| XYZ | 41.53 | 21.56 | 4.66 | - |
| YUV | 88.94 | 104.34 | 245.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 47 | 0 | 0.95 | 0.81 | 0.00 | 351.54 | 0.99 | 0.52 |
| Hex | FE | D | 2F | 0 | 5F | 51 | 0 | 160 | 63 | 34 |
| Octal | 376 | 15 | 57 | 0 | 137 | 121 | 0 | 540 | 143 | 64 |
| Binary | 11111110 | 1101 | 101111 | 0 | 1011111 | 1010001 | 0 | 101100000 | 1100011 | 110100 |
Color Harmonies of #FE0D2F
Complementary color
Monochromatic Colors of #FE0D2F
Black with #FE0D2F
Text Example
Text Example
White with #FE0D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D2F; }
p { color: rgb(254,13,47); }
H1.HeaderClassName
{
color: #FE0D2F;
}
.AnyTagClassName
{
color: #FE0D2F;
}
</style>
background-color css
<style>
a { background-color: #FE0D2F; }
a { background-color: rgb(254,13,47); }
div.DivClassName
{
background-color: #FE0D2F;
}
.BgClassName
{
background-color: #FE0D2F;
}
</style>
border-color css
<style>
span { border-color: #FE0D2F; }
span { border-color: rgb(254,13,47); }
td.TdClassName
{
border-color: #FE0D2F;
}
.TagClassName
{
border-color: #FE0D2F;
}
</style>