Shades of Torch Red #FE0D3F
Tints of Torch Red #FE0D3F
RGB
CMYK
RGB Variations
Color information
#FE0D3F (or 0xFE0D3F) is known color: Torch Red. HEX triplet: FE, 0D and 3F. RGB value is (254,13,63). Sum of RGB (Red+Green+Blue) = 254+13+63=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D3F is #01F2C0. Grayscale: #5A5A5A. Windows color (decimal): -127681 or 4132350. OLE color: 4132350.
HSL color Cylindrical-coordinate representation of color #FE0D3F: hue angle of 347.55º 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 #FE0D3F is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 63 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.00 |
| HSL | 347.55º | 0.99% | 0.52% | - |
| HSV(B) | 347.55º | 0.95% | 1% | - |
| XYZ | 41.91 | 21.72 | 6.69 | - |
| YUV | 90.76 | 112.34 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 63 | 0 | 0.95 | 0.75 | 0.00 | 347.55 | 0.99 | 0.52 |
| Hex | FE | D | 3F | 0 | 5F | 4B | 0 | 15C | 63 | 34 |
| Octal | 376 | 15 | 77 | 0 | 137 | 113 | 0 | 534 | 143 | 64 |
| Binary | 11111110 | 1101 | 111111 | 0 | 1011111 | 1001011 | 0 | 101011100 | 1100011 | 110100 |
Color Harmonies of #FE0D3F
Complementary color
Monochromatic Colors of #FE0D3F
Black with #FE0D3F
Text Example
Text Example
White with #FE0D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D3F; }
p { color: rgb(254,13,63); }
H1.HeaderClassName
{
color: #FE0D3F;
}
.AnyTagClassName
{
color: #FE0D3F;
}
</style>
background-color css
<style>
a { background-color: #FE0D3F; }
a { background-color: rgb(254,13,63); }
div.DivClassName
{
background-color: #FE0D3F;
}
.BgClassName
{
background-color: #FE0D3F;
}
</style>
border-color css
<style>
span { border-color: #FE0D3F; }
span { border-color: rgb(254,13,63); }
td.TdClassName
{
border-color: #FE0D3F;
}
.TagClassName
{
border-color: #FE0D3F;
}
</style>