Shades of Torch Red #FF0917
Tints of Torch Red #FF0917
RGB
CMYK
RGB Variations
Color information
#FF0917 (or 0xFF0917) is known color: Torch Red. HEX triplet: FF, 09 and 17. RGB value is (255,9,23). Sum of RGB (Red+Green+Blue) = 255+9+23=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0917 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0917 is #00F6E8. Grayscale: #545454. Windows color (decimal): -63209 or 1509887. OLE color: 1509887.
HSL color Cylindrical-coordinate representation of color #FF0917: hue angle of 356.59º 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 #FF0917 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 23 | - |
| CMYK | 0 | 0.96 | 0.91 | 0 |
| HSL | 356.59º | 1% | 0.52% | - |
| HSV(B) | 356.59º | 0.96% | 1% | - |
| XYZ | 41.49 | 21.52 | 2.78 | - |
| YUV | 84.15 | 93.5 | 249.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 23 | 0 | 0.96 | 0.91 | 0 | 356.59 | 1 | 0.52 |
| Hex | FF | 9 | 17 | 0 | 60 | 5B | 0 | 165 | 64 | 34 |
| Octal | 377 | 11 | 27 | 0 | 140 | 133 | 0 | 545 | 144 | 64 |
| Binary | 11111111 | 1001 | 10111 | 0 | 1100000 | 1011011 | 0 | 101100101 | 1100100 | 110100 |
Color Harmonies of #FF0917
Complementary color
Monochromatic Colors of #FF0917
Black with #FF0917
Text Example
Text Example
White with #FF0917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0917; }
p { color: rgb(255,9,23); }
H1.HeaderClassName
{
color: #FF0917;
}
.AnyTagClassName
{
color: #FF0917;
}
</style>
background-color css
<style>
a { background-color: #FF0917; }
a { background-color: rgb(255,9,23); }
div.DivClassName
{
background-color: #FF0917;
}
.BgClassName
{
background-color: #FF0917;
}
</style>
border-color css
<style>
span { border-color: #FF0917; }
span { border-color: rgb(255,9,23); }
td.TdClassName
{
border-color: #FF0917;
}
.TagClassName
{
border-color: #FF0917;
}
</style>