Shades of Torch Red #FF0215
Tints of Torch Red #FF0215
RGB
CMYK
RGB Variations
Color information
#FF0215 (or 0xFF0215) is known color: Torch Red. HEX triplet: FF, 02 and 15. RGB value is (255,2,21). Sum of RGB (Red+Green+Blue) = 255+2+21=278 (36% of max value = 765). Red value is 255 (100% from 255 or 91.73% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0215 is #00FDEA. Grayscale: #4F4F4F. Windows color (decimal): -65003 or 1377023. OLE color: 1377023.
HSL color Cylindrical-coordinate representation of color #FF0215: hue angle of 355.49º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0215 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 21 | - |
| CMYK | 0 | 0.99 | 0.92 | 0 |
| HSL | 355.49º | 1% | 0.5% | - |
| HSV(B) | 355.49º | 0.99% | 1% | - |
| XYZ | 41.4 | 21.36 | 2.65 | - |
| YUV | 79.81 | 94.82 | 252.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 21 | 0 | 0.99 | 0.92 | 0 | 355.49 | 1 | 0.5 |
| Hex | FF | 2 | 15 | 0 | 63 | 5C | 0 | 163 | 64 | 32 |
| Octal | 377 | 2 | 25 | 0 | 143 | 134 | 0 | 543 | 144 | 62 |
| Binary | 11111111 | 10 | 10101 | 0 | 1100011 | 1011100 | 0 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FF0215
Complementary color
Monochromatic Colors of #FF0215
Black with #FF0215
Text Example
Text Example
White with #FF0215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0215; }
p { color: rgb(255,2,21); }
H1.HeaderClassName
{
color: #FF0215;
}
.AnyTagClassName
{
color: #FF0215;
}
</style>
background-color css
<style>
a { background-color: #FF0215; }
a { background-color: rgb(255,2,21); }
div.DivClassName
{
background-color: #FF0215;
}
.BgClassName
{
background-color: #FF0215;
}
</style>
border-color css
<style>
span { border-color: #FF0215; }
span { border-color: rgb(255,2,21); }
td.TdClassName
{
border-color: #FF0215;
}
.TagClassName
{
border-color: #FF0215;
}
</style>