Shades of Torch Red #FF0209
Tints of Torch Red #FF0209
RGB
CMYK
RGB Variations
Color information
#FF0209 (or 0xFF0209) is known color: Torch Red. HEX triplet: FF, 02 and 09. RGB value is (255,2,9). Sum of RGB (Red+Green+Blue) = 255+2+9=266 (35% of max value = 765). Red value is 255 (100% from 255 or 95.86% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0209 is #00FDF6. Grayscale: #4E4E4E. Windows color (decimal): -65015 or 590591. OLE color: 590591.
HSL color Cylindrical-coordinate representation of color #FF0209: hue angle of 358.34º 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 #FF0209 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 9 | - |
| CMYK | 0 | 0.99 | 0.96 | 0 |
| HSL | 358.34º | 1% | 0.5% | - |
| HSV(B) | 358.34º | 0.99% | 1% | - |
| XYZ | 41.31 | 21.32 | 2.2 | - |
| YUV | 78.45 | 88.82 | 253.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 9 | 0 | 0.99 | 0.96 | 0 | 358.34 | 1 | 0.5 |
| Hex | FF | 2 | 9 | 0 | 63 | 60 | 0 | 166 | 64 | 32 |
| Octal | 377 | 2 | 11 | 0 | 143 | 140 | 0 | 546 | 144 | 62 |
| Binary | 11111111 | 10 | 1001 | 0 | 1100011 | 1100000 | 0 | 101100110 | 1100100 | 110010 |
Color Harmonies of #FF0209
Complementary color
Monochromatic Colors of #FF0209
Black with #FF0209
Text Example
Text Example
White with #FF0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0209; }
p { color: rgb(255,2,9); }
H1.HeaderClassName
{
color: #FF0209;
}
.AnyTagClassName
{
color: #FF0209;
}
</style>
background-color css
<style>
a { background-color: #FF0209; }
a { background-color: rgb(255,2,9); }
div.DivClassName
{
background-color: #FF0209;
}
.BgClassName
{
background-color: #FF0209;
}
</style>
border-color css
<style>
span { border-color: #FF0209; }
span { border-color: rgb(255,2,9); }
td.TdClassName
{
border-color: #FF0209;
}
.TagClassName
{
border-color: #FF0209;
}
</style>