Shades of Torch Red #FF0515
Tints of Torch Red #FF0515
RGB
CMYK
RGB Variations
Color information
#FF0515 (or 0xFF0515) is known color: Torch Red. HEX triplet: FF, 05 and 15. RGB value is (255,5,21). Sum of RGB (Red+Green+Blue) = 255+5+21=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0515 is #00FAEA. Grayscale: #515151. Windows color (decimal): -64235 or 1377791. OLE color: 1377791.
HSL color Cylindrical-coordinate representation of color #FF0515: hue angle of 356.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0515 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.92 | 0 |
| HSL | 356.16º | 1% | 0.51% | - |
| HSV(B) | 356.16º | 0.98% | 1% | - |
| XYZ | 41.43 | 21.42 | 2.66 | - |
| YUV | 81.57 | 93.83 | 251.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 21 | 0 | 0.98 | 0.92 | 0 | 356.16 | 1 | 0.51 |
| Hex | FF | 5 | 15 | 0 | 62 | 5C | 0 | 164 | 64 | 33 |
| Octal | 377 | 5 | 25 | 0 | 142 | 134 | 0 | 544 | 144 | 63 |
| Binary | 11111111 | 101 | 10101 | 0 | 1100010 | 1011100 | 0 | 101100100 | 1100100 | 110011 |
Color Harmonies of #FF0515
Complementary color
Monochromatic Colors of #FF0515
Black with #FF0515
Text Example
Text Example
White with #FF0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0515; }
p { color: rgb(255,5,21); }
H1.HeaderClassName
{
color: #FF0515;
}
.AnyTagClassName
{
color: #FF0515;
}
</style>
background-color css
<style>
a { background-color: #FF0515; }
a { background-color: rgb(255,5,21); }
div.DivClassName
{
background-color: #FF0515;
}
.BgClassName
{
background-color: #FF0515;
}
</style>
border-color css
<style>
span { border-color: #FF0515; }
span { border-color: rgb(255,5,21); }
td.TdClassName
{
border-color: #FF0515;
}
.TagClassName
{
border-color: #FF0515;
}
</style>