Shades of Torch Red #FF092E
Tints of Torch Red #FF092E
RGB
CMYK
RGB Variations
Color information
#FF092E (or 0xFF092E) is known color: Torch Red. HEX triplet: FF, 09 and 2E. RGB value is (255,9,46). Sum of RGB (Red+Green+Blue) = 255+9+46=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF092E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF092E is #00F6D1. Grayscale: #565656. Windows color (decimal): -63186 or 3017215. OLE color: 3017215.
HSL color Cylindrical-coordinate representation of color #FF092E: hue angle of 350.98º 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 #FF092E is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 46 | - |
| CMYK | 0 | 0.96 | 0.82 | 0 |
| HSL | 350.98º | 1% | 0.52% | - |
| HSV(B) | 350.98º | 0.96% | 1% | - |
| XYZ | 41.83 | 21.65 | 4.56 | - |
| YUV | 86.77 | 105 | 247.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 46 | 0 | 0.96 | 0.82 | 0 | 350.98 | 1 | 0.52 |
| Hex | FF | 9 | 2E | 0 | 60 | 52 | 0 | 15F | 64 | 34 |
| Octal | 377 | 11 | 56 | 0 | 140 | 122 | 0 | 537 | 144 | 64 |
| Binary | 11111111 | 1001 | 101110 | 0 | 1100000 | 1010010 | 0 | 101011111 | 1100100 | 110100 |
Color Harmonies of #FF092E
Complementary color
Monochromatic Colors of #FF092E
Black with #FF092E
Text Example
Text Example
White with #FF092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF092E; }
p { color: rgb(255,9,46); }
H1.HeaderClassName
{
color: #FF092E;
}
.AnyTagClassName
{
color: #FF092E;
}
</style>
background-color css
<style>
a { background-color: #FF092E; }
a { background-color: rgb(255,9,46); }
div.DivClassName
{
background-color: #FF092E;
}
.BgClassName
{
background-color: #FF092E;
}
</style>
border-color css
<style>
span { border-color: #FF092E; }
span { border-color: rgb(255,9,46); }
td.TdClassName
{
border-color: #FF092E;
}
.TagClassName
{
border-color: #FF092E;
}
</style>