Shades of Torch Red #FF0205
Tints of Torch Red #FF0205
RGB
CMYK
RGB Variations
Color information
#FF0205 (or 0xFF0205) is known color: Torch Red. HEX triplet: FF, 02 and 05. RGB value is (255,2,5). Sum of RGB (Red+Green+Blue) = 255+2+5=262 (34% of max value = 765). Red value is 255 (100% from 255 or 97.33% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0205 is #00FDFA. Grayscale: #4E4E4E. Windows color (decimal): -65019 or 328447. OLE color: 328447.
HSL color Cylindrical-coordinate representation of color #FF0205: hue angle of 359.29º 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 #FF0205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0 |
| HSL | 359.29º | 1% | 0.5% | - |
| HSV(B) | 359.29º | 0.99% | 1% | - |
| XYZ | 41.29 | 21.31 | 2.08 | - |
| YUV | 77.99 | 86.82 | 254.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 5 | 0 | 0.99 | 0.98 | 0 | 359.29 | 1 | 0.5 |
| Hex | FF | 2 | 5 | 0 | 63 | 62 | 0 | 167 | 64 | 32 |
| Octal | 377 | 2 | 5 | 0 | 143 | 142 | 0 | 547 | 144 | 62 |
| Binary | 11111111 | 10 | 101 | 0 | 1100011 | 1100010 | 0 | 101100111 | 1100100 | 110010 |
Color Harmonies of #FF0205
Complementary color
Monochromatic Colors of #FF0205
Black with #FF0205
Text Example
Text Example
White with #FF0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0205; }
p { color: rgb(255,2,5); }
H1.HeaderClassName
{
color: #FF0205;
}
.AnyTagClassName
{
color: #FF0205;
}
</style>
background-color css
<style>
a { background-color: #FF0205; }
a { background-color: rgb(255,2,5); }
div.DivClassName
{
background-color: #FF0205;
}
.BgClassName
{
background-color: #FF0205;
}
</style>
border-color css
<style>
span { border-color: #FF0205; }
span { border-color: rgb(255,2,5); }
td.TdClassName
{
border-color: #FF0205;
}
.TagClassName
{
border-color: #FF0205;
}
</style>