Shades of Torch Red #FF0E3C
Tints of Torch Red #FF0E3C
RGB
CMYK
RGB Variations
Color information
#FF0E3C (or 0xFF0E3C) is known color: Torch Red. HEX triplet: FF, 0E and 3C. RGB value is (255,14,60). Sum of RGB (Red+Green+Blue) = 255+14+60=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0E3C is #00F1C3. Grayscale: #5B5B5B. Windows color (decimal): -61892 or 3935999. OLE color: 3935999.
HSL color Cylindrical-coordinate representation of color #FF0E3C: hue angle of 348.55º 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 #FF0E3C is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 60 | - |
| CMYK | 0 | 0.95 | 0.76 | 0 |
| HSL | 348.55º | 1% | 0.53% | - |
| HSV(B) | 348.55º | 0.95% | 1% | - |
| XYZ | 42.21 | 21.9 | 6.28 | - |
| YUV | 91.3 | 110.34 | 244.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 60 | 0 | 0.95 | 0.76 | 0 | 348.55 | 1 | 0.53 |
| Hex | FF | E | 3C | 0 | 5F | 4C | 0 | 15D | 64 | 35 |
| Octal | 377 | 16 | 74 | 0 | 137 | 114 | 0 | 535 | 144 | 65 |
| Binary | 11111111 | 1110 | 111100 | 0 | 1011111 | 1001100 | 0 | 101011101 | 1100100 | 110101 |
Color Harmonies of #FF0E3C
Complementary color
Monochromatic Colors of #FF0E3C
Black with #FF0E3C
Text Example
Text Example
White with #FF0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E3C; }
p { color: rgb(255,14,60); }
H1.HeaderClassName
{
color: #FF0E3C;
}
.AnyTagClassName
{
color: #FF0E3C;
}
</style>
background-color css
<style>
a { background-color: #FF0E3C; }
a { background-color: rgb(255,14,60); }
div.DivClassName
{
background-color: #FF0E3C;
}
.BgClassName
{
background-color: #FF0E3C;
}
</style>
border-color css
<style>
span { border-color: #FF0E3C; }
span { border-color: rgb(255,14,60); }
td.TdClassName
{
border-color: #FF0E3C;
}
.TagClassName
{
border-color: #FF0E3C;
}
</style>