Shades of Torch Red #FF093C
Tints of Torch Red #FF093C
RGB
CMYK
RGB Variations
Color information
#FF093C (or 0xFF093C) is known color: Torch Red. HEX triplet: FF, 09 and 3C. RGB value is (255,9,60). Sum of RGB (Red+Green+Blue) = 255+9+60=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF093C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF093C is #00F6C3. Grayscale: #585858. Windows color (decimal): -63172 or 3934719. OLE color: 3934719.
HSL color Cylindrical-coordinate representation of color #FF093C: hue angle of 347.56º 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 #FF093C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 60 | - |
| CMYK | 0 | 0.96 | 0.76 | 0 |
| HSL | 347.56º | 1% | 0.52% | - |
| HSV(B) | 347.56º | 0.96% | 1% | - |
| XYZ | 42.15 | 21.78 | 6.26 | - |
| YUV | 88.37 | 112 | 246.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 60 | 0 | 0.96 | 0.76 | 0 | 347.56 | 1 | 0.52 |
| Hex | FF | 9 | 3C | 0 | 60 | 4C | 0 | 15C | 64 | 34 |
| Octal | 377 | 11 | 74 | 0 | 140 | 114 | 0 | 534 | 144 | 64 |
| Binary | 11111111 | 1001 | 111100 | 0 | 1100000 | 1001100 | 0 | 101011100 | 1100100 | 110100 |
Color Harmonies of #FF093C
Complementary color
Monochromatic Colors of #FF093C
Black with #FF093C
Text Example
Text Example
White with #FF093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF093C; }
p { color: rgb(255,9,60); }
H1.HeaderClassName
{
color: #FF093C;
}
.AnyTagClassName
{
color: #FF093C;
}
</style>
background-color css
<style>
a { background-color: #FF093C; }
a { background-color: rgb(255,9,60); }
div.DivClassName
{
background-color: #FF093C;
}
.BgClassName
{
background-color: #FF093C;
}
</style>
border-color css
<style>
span { border-color: #FF093C; }
span { border-color: rgb(255,9,60); }
td.TdClassName
{
border-color: #FF093C;
}
.TagClassName
{
border-color: #FF093C;
}
</style>