Shades of Torch Red #FF094E
Tints of Torch Red #FF094E
RGB
CMYK
RGB Variations
Color information
#FF094E (or 0xFF094E) is known color: Torch Red. HEX triplet: FF, 09 and 4E. RGB value is (255,9,78). Sum of RGB (Red+Green+Blue) = 255+9+78=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF094E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF094E is #00F6B1. Grayscale: #5A5A5A. Windows color (decimal): -63154 or 5114367. OLE color: 5114367.
HSL color Cylindrical-coordinate representation of color #FF094E: hue angle of 343.17º 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 #FF094E is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.69 | 0 |
| HSL | 343.17º | 1% | 0.52% | - |
| HSV(B) | 343.17º | 0.96% | 1% | - |
| XYZ | 42.71 | 22.01 | 9.2 | - |
| YUV | 90.42 | 121 | 245.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 78 | 0 | 0.96 | 0.69 | 0 | 343.17 | 1 | 0.52 |
| Hex | FF | 9 | 4E | 0 | 60 | 45 | 0 | 157 | 64 | 34 |
| Octal | 377 | 11 | 116 | 0 | 140 | 105 | 0 | 527 | 144 | 64 |
| Binary | 11111111 | 1001 | 1001110 | 0 | 1100000 | 1000101 | 0 | 101010111 | 1100100 | 110100 |
Color Harmonies of #FF094E
Complementary color
Monochromatic Colors of #FF094E
Black with #FF094E
Text Example
Text Example
White with #FF094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF094E; }
p { color: rgb(255,9,78); }
H1.HeaderClassName
{
color: #FF094E;
}
.AnyTagClassName
{
color: #FF094E;
}
</style>
background-color css
<style>
a { background-color: #FF094E; }
a { background-color: rgb(255,9,78); }
div.DivClassName
{
background-color: #FF094E;
}
.BgClassName
{
background-color: #FF094E;
}
</style>
border-color css
<style>
span { border-color: #FF094E; }
span { border-color: rgb(255,9,78); }
td.TdClassName
{
border-color: #FF094E;
}
.TagClassName
{
border-color: #FF094E;
}
</style>