Shades of Torch Red #FF0915
Tints of Torch Red #FF0915
RGB
CMYK
RGB Variations
Color information
#FF0915 (or 0xFF0915) is known color: Torch Red. HEX triplet: FF, 09 and 15. RGB value is (255,9,21). Sum of RGB (Red+Green+Blue) = 255+9+21=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0915 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0915 is #00F6EA. Grayscale: #545454. Windows color (decimal): -63211 or 1378815. OLE color: 1378815.
HSL color Cylindrical-coordinate representation of color #FF0915: hue angle of 357.07º 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 #FF0915 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.92 | 0 |
| HSL | 357.07º | 1% | 0.52% | - |
| HSV(B) | 357.07º | 0.96% | 1% | - |
| XYZ | 41.47 | 21.51 | 2.68 | - |
| YUV | 83.92 | 92.5 | 250.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 21 | 0 | 0.96 | 0.92 | 0 | 357.07 | 1 | 0.52 |
| Hex | FF | 9 | 15 | 0 | 60 | 5C | 0 | 165 | 64 | 34 |
| Octal | 377 | 11 | 25 | 0 | 140 | 134 | 0 | 545 | 144 | 64 |
| Binary | 11111111 | 1001 | 10101 | 0 | 1100000 | 1011100 | 0 | 101100101 | 1100100 | 110100 |
Color Harmonies of #FF0915
Complementary color
Monochromatic Colors of #FF0915
Black with #FF0915
Text Example
Text Example
White with #FF0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0915; }
p { color: rgb(255,9,21); }
H1.HeaderClassName
{
color: #FF0915;
}
.AnyTagClassName
{
color: #FF0915;
}
</style>
background-color css
<style>
a { background-color: #FF0915; }
a { background-color: rgb(255,9,21); }
div.DivClassName
{
background-color: #FF0915;
}
.BgClassName
{
background-color: #FF0915;
}
</style>
border-color css
<style>
span { border-color: #FF0915; }
span { border-color: rgb(255,9,21); }
td.TdClassName
{
border-color: #FF0915;
}
.TagClassName
{
border-color: #FF0915;
}
</style>