Shades of Torch Red #FF0E3E
Tints of Torch Red #FF0E3E
RGB
CMYK
RGB Variations
Color information
#FF0E3E (or 0xFF0E3E) is known color: Torch Red. HEX triplet: FF, 0E and 3E. RGB value is (255,14,62). Sum of RGB (Red+Green+Blue) = 255+14+62=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0E3E is #00F1C1. Grayscale: #5B5B5B. Windows color (decimal): -61890 or 4067071. OLE color: 4067071.
HSL color Cylindrical-coordinate representation of color #FF0E3E: hue angle of 348.05º 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 #FF0E3E is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 62 | - |
| CMYK | 0 | 0.95 | 0.76 | 0 |
| HSL | 348.05º | 1% | 0.53% | - |
| HSV(B) | 348.05º | 0.95% | 1% | - |
| XYZ | 42.27 | 21.92 | 6.56 | - |
| YUV | 91.53 | 111.34 | 244.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 62 | 0 | 0.95 | 0.76 | 0 | 348.05 | 1 | 0.53 |
| Hex | FF | E | 3E | 0 | 5F | 4C | 0 | 15C | 64 | 35 |
| Octal | 377 | 16 | 76 | 0 | 137 | 114 | 0 | 534 | 144 | 65 |
| Binary | 11111111 | 1110 | 111110 | 0 | 1011111 | 1001100 | 0 | 101011100 | 1100100 | 110101 |
Color Harmonies of #FF0E3E
Complementary color
Monochromatic Colors of #FF0E3E
Black with #FF0E3E
Text Example
Text Example
White with #FF0E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E3E; }
p { color: rgb(255,14,62); }
H1.HeaderClassName
{
color: #FF0E3E;
}
.AnyTagClassName
{
color: #FF0E3E;
}
</style>
background-color css
<style>
a { background-color: #FF0E3E; }
a { background-color: rgb(255,14,62); }
div.DivClassName
{
background-color: #FF0E3E;
}
.BgClassName
{
background-color: #FF0E3E;
}
</style>
border-color css
<style>
span { border-color: #FF0E3E; }
span { border-color: rgb(255,14,62); }
td.TdClassName
{
border-color: #FF0E3E;
}
.TagClassName
{
border-color: #FF0E3E;
}
</style>