Shades of Torch Red #FF094D
Tints of Torch Red #FF094D
RGB
CMYK
RGB Variations
Color information
#FF094D (or 0xFF094D) is known color: Torch Red. HEX triplet: FF, 09 and 4D. RGB value is (255,9,77). Sum of RGB (Red+Green+Blue) = 255+9+77=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF094D is #00F6B2. Grayscale: #5A5A5A. Windows color (decimal): -63155 or 5048831. OLE color: 5048831.
HSL color Cylindrical-coordinate representation of color #FF094D: hue angle of 343.41º 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 #FF094D is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.70 | 0 |
| HSL | 343.41º | 1% | 0.52% | - |
| HSV(B) | 343.41º | 0.96% | 1% | - |
| XYZ | 42.68 | 21.99 | 9.02 | - |
| YUV | 90.31 | 120.5 | 245.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 77 | 0 | 0.96 | 0.70 | 0 | 343.41 | 1 | 0.52 |
| Hex | FF | 9 | 4D | 0 | 60 | 46 | 0 | 157 | 64 | 34 |
| Octal | 377 | 11 | 115 | 0 | 140 | 106 | 0 | 527 | 144 | 64 |
| Binary | 11111111 | 1001 | 1001101 | 0 | 1100000 | 1000110 | 0 | 101010111 | 1100100 | 110100 |
Color Harmonies of #FF094D
Complementary color
Monochromatic Colors of #FF094D
Black with #FF094D
Text Example
Text Example
White with #FF094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF094D; }
p { color: rgb(255,9,77); }
H1.HeaderClassName
{
color: #FF094D;
}
.AnyTagClassName
{
color: #FF094D;
}
</style>
background-color css
<style>
a { background-color: #FF094D; }
a { background-color: rgb(255,9,77); }
div.DivClassName
{
background-color: #FF094D;
}
.BgClassName
{
background-color: #FF094D;
}
</style>
border-color css
<style>
span { border-color: #FF094D; }
span { border-color: rgb(255,9,77); }
td.TdClassName
{
border-color: #FF094D;
}
.TagClassName
{
border-color: #FF094D;
}
</style>