Shades of Torch Red #FE0D40
Tints of Torch Red #FE0D40
RGB
CMYK
RGB Variations
Color information
#FE0D40 (or 0xFE0D40) is known color: Torch Red. HEX triplet: FE, 0D and 40. RGB value is (254,13,64). Sum of RGB (Red+Green+Blue) = 254+13+64=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0D40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0D40 is #01F2BF. Grayscale: #5A5A5A. Windows color (decimal): -127680 or 4197886. OLE color: 4197886.
HSL color Cylindrical-coordinate representation of color #FE0D40: hue angle of 347.3º 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 #FE0D40 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 64 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.00 |
| HSL | 347.3º | 0.99% | 0.52% | - |
| HSV(B) | 347.3º | 0.95% | 1% | - |
| XYZ | 41.94 | 21.73 | 6.83 | - |
| YUV | 90.87 | 112.84 | 244.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 64 | 0 | 0.95 | 0.75 | 0.00 | 347.3 | 0.99 | 0.52 |
| Hex | FE | D | 40 | 0 | 5F | 4B | 0 | 15B | 63 | 34 |
| Octal | 376 | 15 | 100 | 0 | 137 | 113 | 0 | 533 | 143 | 64 |
| Binary | 11111110 | 1101 | 1000000 | 0 | 1011111 | 1001011 | 0 | 101011011 | 1100011 | 110100 |
Color Harmonies of #FE0D40
Complementary color
Monochromatic Colors of #FE0D40
Black with #FE0D40
Text Example
Text Example
White with #FE0D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0D40; }
p { color: rgb(254,13,64); }
H1.HeaderClassName
{
color: #FE0D40;
}
.AnyTagClassName
{
color: #FE0D40;
}
</style>
background-color css
<style>
a { background-color: #FE0D40; }
a { background-color: rgb(254,13,64); }
div.DivClassName
{
background-color: #FE0D40;
}
.BgClassName
{
background-color: #FE0D40;
}
</style>
border-color css
<style>
span { border-color: #FE0D40; }
span { border-color: rgb(254,13,64); }
td.TdClassName
{
border-color: #FE0D40;
}
.TagClassName
{
border-color: #FE0D40;
}
</style>