Shades of Torch Red #FF0930
Tints of Torch Red #FF0930
RGB
CMYK
RGB Variations
Color information
#FF0930 (or 0xFF0930) is known color: Torch Red. HEX triplet: FF, 09 and 30. RGB value is (255,9,48). Sum of RGB (Red+Green+Blue) = 255+9+48=312 (41% of max value = 765). Red value is 255 (100% from 255 or 81.73% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0930 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0930 is #00F6CF. Grayscale: #575757. Windows color (decimal): -63184 or 3148287. OLE color: 3148287.
HSL color Cylindrical-coordinate representation of color #FF0930: hue angle of 350.49º 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 #FF0930 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 48 | - |
| CMYK | 0 | 0.96 | 0.81 | 0 |
| HSL | 350.49º | 1% | 0.52% | - |
| HSV(B) | 350.49º | 0.96% | 1% | - |
| XYZ | 41.87 | 21.67 | 4.77 | - |
| YUV | 87 | 106 | 247.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 48 | 0 | 0.96 | 0.81 | 0 | 350.49 | 1 | 0.52 |
| Hex | FF | 9 | 30 | 0 | 60 | 51 | 0 | 15E | 64 | 34 |
| Octal | 377 | 11 | 60 | 0 | 140 | 121 | 0 | 536 | 144 | 64 |
| Binary | 11111111 | 1001 | 110000 | 0 | 1100000 | 1010001 | 0 | 101011110 | 1100100 | 110100 |
Color Harmonies of #FF0930
Complementary color
Monochromatic Colors of #FF0930
Black with #FF0930
Text Example
Text Example
White with #FF0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0930; }
p { color: rgb(255,9,48); }
H1.HeaderClassName
{
color: #FF0930;
}
.AnyTagClassName
{
color: #FF0930;
}
</style>
background-color css
<style>
a { background-color: #FF0930; }
a { background-color: rgb(255,9,48); }
div.DivClassName
{
background-color: #FF0930;
}
.BgClassName
{
background-color: #FF0930;
}
</style>
border-color css
<style>
span { border-color: #FF0930; }
span { border-color: rgb(255,9,48); }
td.TdClassName
{
border-color: #FF0930;
}
.TagClassName
{
border-color: #FF0930;
}
</style>