Shades of Torch Red #FF0E32
Tints of Torch Red #FF0E32
RGB
CMYK
RGB Variations
Color information
#FF0E32 (or 0xFF0E32) is known color: Torch Red. HEX triplet: FF, 0E and 32. RGB value is (255,14,50). Sum of RGB (Red+Green+Blue) = 255+14+50=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E32 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0E32 is #00F1CD. Grayscale: #5A5A5A. Windows color (decimal): -61902 or 3280639. OLE color: 3280639.
HSL color Cylindrical-coordinate representation of color #FF0E32: hue angle of 351.04º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0E32 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 50 | - |
| CMYK | 0 | 0.95 | 0.80 | 0 |
| HSL | 351.04º | 1% | 0.53% | - |
| HSV(B) | 351.04º | 0.95% | 1% | - |
| XYZ | 41.97 | 21.8 | 5.01 | - |
| YUV | 90.16 | 105.34 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 50 | 0 | 0.95 | 0.80 | 0 | 351.04 | 1 | 0.53 |
| Hex | FF | E | 32 | 0 | 5F | 50 | 0 | 15F | 64 | 35 |
| Octal | 377 | 16 | 62 | 0 | 137 | 120 | 0 | 537 | 144 | 65 |
| Binary | 11111111 | 1110 | 110010 | 0 | 1011111 | 1010000 | 0 | 101011111 | 1100100 | 110101 |
Color Harmonies of #FF0E32
Complementary color
Monochromatic Colors of #FF0E32
Black with #FF0E32
Text Example
Text Example
White with #FF0E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E32; }
p { color: rgb(255,14,50); }
H1.HeaderClassName
{
color: #FF0E32;
}
.AnyTagClassName
{
color: #FF0E32;
}
</style>
background-color css
<style>
a { background-color: #FF0E32; }
a { background-color: rgb(255,14,50); }
div.DivClassName
{
background-color: #FF0E32;
}
.BgClassName
{
background-color: #FF0E32;
}
</style>
border-color css
<style>
span { border-color: #FF0E32; }
span { border-color: rgb(255,14,50); }
td.TdClassName
{
border-color: #FF0E32;
}
.TagClassName
{
border-color: #FF0E32;
}
</style>