Shades of Torch Red #FF093F
Tints of Torch Red #FF093F
RGB
CMYK
RGB Variations
Color information
#FF093F (or 0xFF093F) is known color: Torch Red. HEX triplet: FF, 09 and 3F. RGB value is (255,9,63). Sum of RGB (Red+Green+Blue) = 255+9+63=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF093F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF093F is #00F6C0. Grayscale: #585858. Windows color (decimal): -63169 or 4131327. OLE color: 4131327.
HSL color Cylindrical-coordinate representation of color #FF093F: hue angle of 346.83º 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 #FF093F is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 63 | - |
| CMYK | 0 | 0.96 | 0.75 | 0 |
| HSL | 346.83º | 1% | 0.52% | - |
| HSV(B) | 346.83º | 0.96% | 1% | - |
| XYZ | 42.23 | 21.81 | 6.69 | - |
| YUV | 88.71 | 113.5 | 246.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 63 | 0 | 0.96 | 0.75 | 0 | 346.83 | 1 | 0.52 |
| Hex | FF | 9 | 3F | 0 | 60 | 4B | 0 | 15B | 64 | 34 |
| Octal | 377 | 11 | 77 | 0 | 140 | 113 | 0 | 533 | 144 | 64 |
| Binary | 11111111 | 1001 | 111111 | 0 | 1100000 | 1001011 | 0 | 101011011 | 1100100 | 110100 |
Color Harmonies of #FF093F
Complementary color
Monochromatic Colors of #FF093F
Black with #FF093F
Text Example
Text Example
White with #FF093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF093F; }
p { color: rgb(255,9,63); }
H1.HeaderClassName
{
color: #FF093F;
}
.AnyTagClassName
{
color: #FF093F;
}
</style>
background-color css
<style>
a { background-color: #FF093F; }
a { background-color: rgb(255,9,63); }
div.DivClassName
{
background-color: #FF093F;
}
.BgClassName
{
background-color: #FF093F;
}
</style>
border-color css
<style>
span { border-color: #FF093F; }
span { border-color: rgb(255,9,63); }
td.TdClassName
{
border-color: #FF093F;
}
.TagClassName
{
border-color: #FF093F;
}
</style>