Shades of Torch Red #FF090E
Tints of Torch Red #FF090E
RGB
CMYK
RGB Variations
Color information
#FF090E (or 0xFF090E) is known color: Torch Red. HEX triplet: FF, 09 and 0E. RGB value is (255,9,14). Sum of RGB (Red+Green+Blue) = 255+9+14=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF090E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF090E is #00F6F1. Grayscale: #535353. Windows color (decimal): -63218 or 920063. OLE color: 920063.
HSL color Cylindrical-coordinate representation of color #FF090E: hue angle of 358.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF090E is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.95 | 0 |
| HSL | 358.78º | 1% | 0.52% | - |
| HSV(B) | 358.78º | 0.96% | 1% | - |
| XYZ | 41.42 | 21.49 | 2.38 | - |
| YUV | 83.12 | 89 | 250.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 14 | 0 | 0.96 | 0.95 | 0 | 358.78 | 1 | 0.52 |
| Hex | FF | 9 | E | 0 | 60 | 5F | 0 | 167 | 64 | 34 |
| Octal | 377 | 11 | 16 | 0 | 140 | 137 | 0 | 547 | 144 | 64 |
| Binary | 11111111 | 1001 | 1110 | 0 | 1100000 | 1011111 | 0 | 101100111 | 1100100 | 110100 |
Color Harmonies of #FF090E
Complementary color
Monochromatic Colors of #FF090E
Black with #FF090E
Text Example
Text Example
White with #FF090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF090E; }
p { color: rgb(255,9,14); }
H1.HeaderClassName
{
color: #FF090E;
}
.AnyTagClassName
{
color: #FF090E;
}
</style>
background-color css
<style>
a { background-color: #FF090E; }
a { background-color: rgb(255,9,14); }
div.DivClassName
{
background-color: #FF090E;
}
.BgClassName
{
background-color: #FF090E;
}
</style>
border-color css
<style>
span { border-color: #FF090E; }
span { border-color: rgb(255,9,14); }
td.TdClassName
{
border-color: #FF090E;
}
.TagClassName
{
border-color: #FF090E;
}
</style>