Shades of Torch Red #FF0213
Tints of Torch Red #FF0213
RGB
CMYK
RGB Variations
Color information
#FF0213 (or 0xFF0213) is known color: Torch Red. HEX triplet: FF, 02 and 13. RGB value is (255,2,19). Sum of RGB (Red+Green+Blue) = 255+2+19=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0213 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0213 is #00FDEC. Grayscale: #4F4F4F. Windows color (decimal): -65005 or 1245951. OLE color: 1245951.
HSL color Cylindrical-coordinate representation of color #FF0213: hue angle of 355.97º 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 #FF0213 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.93 | 0 |
| HSL | 355.97º | 1% | 0.5% | - |
| HSV(B) | 355.97º | 0.99% | 1% | - |
| XYZ | 41.38 | 21.35 | 2.56 | - |
| YUV | 79.59 | 93.82 | 253.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 19 | 0 | 0.99 | 0.93 | 0 | 355.97 | 1 | 0.5 |
| Hex | FF | 2 | 13 | 0 | 63 | 5D | 0 | 164 | 64 | 32 |
| Octal | 377 | 2 | 23 | 0 | 143 | 135 | 0 | 544 | 144 | 62 |
| Binary | 11111111 | 10 | 10011 | 0 | 1100011 | 1011101 | 0 | 101100100 | 1100100 | 110010 |
Color Harmonies of #FF0213
Complementary color
Monochromatic Colors of #FF0213
Black with #FF0213
Text Example
Text Example
White with #FF0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0213; }
p { color: rgb(255,2,19); }
H1.HeaderClassName
{
color: #FF0213;
}
.AnyTagClassName
{
color: #FF0213;
}
</style>
background-color css
<style>
a { background-color: #FF0213; }
a { background-color: rgb(255,2,19); }
div.DivClassName
{
background-color: #FF0213;
}
.BgClassName
{
background-color: #FF0213;
}
</style>
border-color css
<style>
span { border-color: #FF0213; }
span { border-color: rgb(255,2,19); }
td.TdClassName
{
border-color: #FF0213;
}
.TagClassName
{
border-color: #FF0213;
}
</style>