Shades of Torch Red #FF0910
Tints of Torch Red #FF0910
RGB
CMYK
RGB Variations
Color information
#FF0910 (or 0xFF0910) is known color: Torch Red. HEX triplet: FF, 09 and 10. RGB value is (255,9,16). Sum of RGB (Red+Green+Blue) = 255+9+16=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0910 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0910 is #00F6EF. Grayscale: #535353. Windows color (decimal): -63216 or 1051135. OLE color: 1051135.
HSL color Cylindrical-coordinate representation of color #FF0910: hue angle of 358.29º 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 #FF0910 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.94 | 0 |
| HSL | 358.29º | 1% | 0.52% | - |
| HSV(B) | 358.29º | 0.96% | 1% | - |
| XYZ | 41.43 | 21.49 | 2.46 | - |
| YUV | 83.35 | 90 | 250.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 16 | 0 | 0.96 | 0.94 | 0 | 358.29 | 1 | 0.52 |
| Hex | FF | 9 | 10 | 0 | 60 | 5E | 0 | 166 | 64 | 34 |
| Octal | 377 | 11 | 20 | 0 | 140 | 136 | 0 | 546 | 144 | 64 |
| Binary | 11111111 | 1001 | 10000 | 0 | 1100000 | 1011110 | 0 | 101100110 | 1100100 | 110100 |
Color Harmonies of #FF0910
Complementary color
Monochromatic Colors of #FF0910
Black with #FF0910
Text Example
Text Example
White with #FF0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0910; }
p { color: rgb(255,9,16); }
H1.HeaderClassName
{
color: #FF0910;
}
.AnyTagClassName
{
color: #FF0910;
}
</style>
background-color css
<style>
a { background-color: #FF0910; }
a { background-color: rgb(255,9,16); }
div.DivClassName
{
background-color: #FF0910;
}
.BgClassName
{
background-color: #FF0910;
}
</style>
border-color css
<style>
span { border-color: #FF0910; }
span { border-color: rgb(255,9,16); }
td.TdClassName
{
border-color: #FF0910;
}
.TagClassName
{
border-color: #FF0910;
}
</style>