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