Shades of Torch Red #FF094C
Tints of Torch Red #FF094C
RGB
CMYK
RGB Variations
Color information
#FF094C (or 0xFF094C) is known color: Torch Red. HEX triplet: FF, 09 and 4C. RGB value is (255,9,76). Sum of RGB (Red+Green+Blue) = 255+9+76=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF094C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF094C is #00F6B3. Grayscale: #5A5A5A. Windows color (decimal): -63156 or 4983295. OLE color: 4983295.
HSL color Cylindrical-coordinate representation of color #FF094C: hue angle of 343.66º 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 #FF094C is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.70 | 0 |
| HSL | 343.66º | 1% | 0.52% | - |
| HSV(B) | 343.66º | 0.96% | 1% | - |
| XYZ | 42.64 | 21.98 | 8.83 | - |
| YUV | 90.19 | 120 | 245.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 76 | 0 | 0.96 | 0.70 | 0 | 343.66 | 1 | 0.52 |
| Hex | FF | 9 | 4C | 0 | 60 | 46 | 0 | 158 | 64 | 34 |
| Octal | 377 | 11 | 114 | 0 | 140 | 106 | 0 | 530 | 144 | 64 |
| Binary | 11111111 | 1001 | 1001100 | 0 | 1100000 | 1000110 | 0 | 101011000 | 1100100 | 110100 |
Color Harmonies of #FF094C
Complementary color
Monochromatic Colors of #FF094C
Black with #FF094C
Text Example
Text Example
White with #FF094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF094C; }
p { color: rgb(255,9,76); }
H1.HeaderClassName
{
color: #FF094C;
}
.AnyTagClassName
{
color: #FF094C;
}
</style>
background-color css
<style>
a { background-color: #FF094C; }
a { background-color: rgb(255,9,76); }
div.DivClassName
{
background-color: #FF094C;
}
.BgClassName
{
background-color: #FF094C;
}
</style>
border-color css
<style>
span { border-color: #FF094C; }
span { border-color: rgb(255,9,76); }
td.TdClassName
{
border-color: #FF094C;
}
.TagClassName
{
border-color: #FF094C;
}
</style>