Shades of Torch Red #FF0249
Tints of Torch Red #FF0249
RGB
CMYK
RGB Variations
Color information
#FF0249 (or 0xFF0249) is known color: Torch Red. HEX triplet: FF, 02 and 49. RGB value is (255,2,73). Sum of RGB (Red+Green+Blue) = 255+2+73=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 2 (1.17% from 255 or 0.61% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0249 is #00FDB6. Grayscale: #555555. Windows color (decimal): -64951 or 4784895. OLE color: 4784895.
HSL color Cylindrical-coordinate representation of color #FF0249: hue angle of 343.16º 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 #FF0249 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.71 | 0 |
| HSL | 343.16º | 1% | 0.5% | - |
| HSV(B) | 343.16º | 0.99% | 1% | - |
| XYZ | 42.46 | 21.78 | 8.27 | - |
| YUV | 85.74 | 120.82 | 248.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 73 | 0 | 0.99 | 0.71 | 0 | 343.16 | 1 | 0.5 |
| Hex | FF | 2 | 49 | 0 | 63 | 47 | 0 | 157 | 64 | 32 |
| Octal | 377 | 2 | 111 | 0 | 143 | 107 | 0 | 527 | 144 | 62 |
| Binary | 11111111 | 10 | 1001001 | 0 | 1100011 | 1000111 | 0 | 101010111 | 1100100 | 110010 |
Color Harmonies of #FF0249
Complementary color
Monochromatic Colors of #FF0249
Black with #FF0249
Text Example
Text Example
White with #FF0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0249; }
p { color: rgb(255,2,73); }
H1.HeaderClassName
{
color: #FF0249;
}
.AnyTagClassName
{
color: #FF0249;
}
</style>
background-color css
<style>
a { background-color: #FF0249; }
a { background-color: rgb(255,2,73); }
div.DivClassName
{
background-color: #FF0249;
}
.BgClassName
{
background-color: #FF0249;
}
</style>
border-color css
<style>
span { border-color: #FF0249; }
span { border-color: rgb(255,2,73); }
td.TdClassName
{
border-color: #FF0249;
}
.TagClassName
{
border-color: #FF0249;
}
</style>