Shades of Torch Red #FF0E28
Tints of Torch Red #FF0E28
RGB
CMYK
RGB Variations
Color information
#FF0E28 (or 0xFF0E28) is known color: Torch Red. HEX triplet: FF, 0E and 28. RGB value is (255,14,40). Sum of RGB (Red+Green+Blue) = 255+14+40=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E28 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0E28 is #00F1D7. Grayscale: #595959. Windows color (decimal): -61912 or 2625279. OLE color: 2625279.
HSL color Cylindrical-coordinate representation of color #FF0E28: hue angle of 353.53º 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 #FF0E28 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 40 | - |
| CMYK | 0 | 0.95 | 0.84 | 0 |
| HSL | 353.53º | 1% | 0.53% | - |
| HSV(B) | 353.53º | 0.95% | 1% | - |
| XYZ | 41.78 | 21.73 | 4 | - |
| YUV | 89.02 | 100.34 | 246.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 40 | 0 | 0.95 | 0.84 | 0 | 353.53 | 1 | 0.53 |
| Hex | FF | E | 28 | 0 | 5F | 54 | 0 | 162 | 64 | 35 |
| Octal | 377 | 16 | 50 | 0 | 137 | 124 | 0 | 542 | 144 | 65 |
| Binary | 11111111 | 1110 | 101000 | 0 | 1011111 | 1010100 | 0 | 101100010 | 1100100 | 110101 |
Color Harmonies of #FF0E28
Complementary color
Monochromatic Colors of #FF0E28
Black with #FF0E28
Text Example
Text Example
White with #FF0E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E28; }
p { color: rgb(255,14,40); }
H1.HeaderClassName
{
color: #FF0E28;
}
.AnyTagClassName
{
color: #FF0E28;
}
</style>
background-color css
<style>
a { background-color: #FF0E28; }
a { background-color: rgb(255,14,40); }
div.DivClassName
{
background-color: #FF0E28;
}
.BgClassName
{
background-color: #FF0E28;
}
</style>
border-color css
<style>
span { border-color: #FF0E28; }
span { border-color: rgb(255,14,40); }
td.TdClassName
{
border-color: #FF0E28;
}
.TagClassName
{
border-color: #FF0E28;
}
</style>