Shades of Torch Red #FF0913
Tints of Torch Red #FF0913
RGB
CMYK
RGB Variations
Color information
#FF0913 (or 0xFF0913) is known color: Torch Red. HEX triplet: FF, 09 and 13. RGB value is (255,9,19). Sum of RGB (Red+Green+Blue) = 255+9+19=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0913 is #00F6EC. Grayscale: #535353. Windows color (decimal): -63213 or 1247743. OLE color: 1247743.
HSL color Cylindrical-coordinate representation of color #FF0913: hue angle of 357.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 #FF0913 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 19 | - |
| CMYK | 0 | 0.96 | 0.93 | 0 |
| HSL | 357.56º | 1% | 0.52% | - |
| HSV(B) | 357.56º | 0.96% | 1% | - |
| XYZ | 41.46 | 21.5 | 2.58 | - |
| YUV | 83.69 | 91.5 | 250.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 19 | 0 | 0.96 | 0.93 | 0 | 357.56 | 1 | 0.52 |
| Hex | FF | 9 | 13 | 0 | 60 | 5D | 0 | 166 | 64 | 34 |
| Octal | 377 | 11 | 23 | 0 | 140 | 135 | 0 | 546 | 144 | 64 |
| Binary | 11111111 | 1001 | 10011 | 0 | 1100000 | 1011101 | 0 | 101100110 | 1100100 | 110100 |
Color Harmonies of #FF0913
Complementary color
Monochromatic Colors of #FF0913
Black with #FF0913
Text Example
Text Example
White with #FF0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0913; }
p { color: rgb(255,9,19); }
H1.HeaderClassName
{
color: #FF0913;
}
.AnyTagClassName
{
color: #FF0913;
}
</style>
background-color css
<style>
a { background-color: #FF0913; }
a { background-color: rgb(255,9,19); }
div.DivClassName
{
background-color: #FF0913;
}
.BgClassName
{
background-color: #FF0913;
}
</style>
border-color css
<style>
span { border-color: #FF0913; }
span { border-color: rgb(255,9,19); }
td.TdClassName
{
border-color: #FF0913;
}
.TagClassName
{
border-color: #FF0913;
}
</style>