Shades of Torch Red #FF030E
Tints of Torch Red #FF030E
RGB
CMYK
RGB Variations
Color information
#FF030E (or 0xFF030E) is known color: Torch Red. HEX triplet: FF, 03 and 0E. RGB value is (255,3,14). Sum of RGB (Red+Green+Blue) = 255+3+14=272 (36% of max value = 765). Red value is 255 (100% from 255 or 93.75% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 255 - color contains mainly: red. Hex color #FF030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF030E is #00FCF1. Grayscale: #4F4F4F. Windows color (decimal): -64754 or 918527. OLE color: 918527.
HSL color Cylindrical-coordinate representation of color #FF030E: hue angle of 357.38º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF030E is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.95 | 0 |
| HSL | 357.38º | 1% | 0.51% | - |
| HSV(B) | 357.38º | 0.99% | 1% | - |
| XYZ | 41.35 | 21.36 | 2.36 | - |
| YUV | 79.6 | 90.99 | 253.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 14 | 0 | 0.99 | 0.95 | 0 | 357.38 | 1 | 0.51 |
| Hex | FF | 3 | E | 0 | 63 | 5F | 0 | 165 | 64 | 33 |
| Octal | 377 | 3 | 16 | 0 | 143 | 137 | 0 | 545 | 144 | 63 |
| Binary | 11111111 | 11 | 1110 | 0 | 1100011 | 1011111 | 0 | 101100101 | 1100100 | 110011 |
Color Harmonies of #FF030E
Complementary color
Monochromatic Colors of #FF030E
Black with #FF030E
Text Example
Text Example
White with #FF030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF030E; }
p { color: rgb(255,3,14); }
H1.HeaderClassName
{
color: #FF030E;
}
.AnyTagClassName
{
color: #FF030E;
}
</style>
background-color css
<style>
a { background-color: #FF030E; }
a { background-color: rgb(255,3,14); }
div.DivClassName
{
background-color: #FF030E;
}
.BgClassName
{
background-color: #FF030E;
}
</style>
border-color css
<style>
span { border-color: #FF030E; }
span { border-color: rgb(255,3,14); }
td.TdClassName
{
border-color: #FF030E;
}
.TagClassName
{
border-color: #FF030E;
}
</style>