Shades of Torch Red #FF0244
Tints of Torch Red #FF0244
RGB
CMYK
RGB Variations
Color information
#FF0244 (or 0xFF0244) is known color: Torch Red. HEX triplet: FF, 02 and 44. RGB value is (255,2,68). Sum of RGB (Red+Green+Blue) = 255+2+68=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0244 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0244 is #00FDBB. Grayscale: #555555. Windows color (decimal): -64956 or 4457215. OLE color: 4457215.
HSL color Cylindrical-coordinate representation of color #FF0244: hue angle of 344.35º 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 #FF0244 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.73 | 0 |
| HSL | 344.35º | 1% | 0.5% | - |
| HSV(B) | 344.35º | 0.99% | 1% | - |
| XYZ | 42.31 | 21.72 | 7.43 | - |
| YUV | 85.17 | 118.32 | 249.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 68 | 0 | 0.99 | 0.73 | 0 | 344.35 | 1 | 0.5 |
| Hex | FF | 2 | 44 | 0 | 63 | 49 | 0 | 158 | 64 | 32 |
| Octal | 377 | 2 | 104 | 0 | 143 | 111 | 0 | 530 | 144 | 62 |
| Binary | 11111111 | 10 | 1000100 | 0 | 1100011 | 1001001 | 0 | 101011000 | 1100100 | 110010 |
Color Harmonies of #FF0244
Complementary color
Monochromatic Colors of #FF0244
Black with #FF0244
Text Example
Text Example
White with #FF0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0244; }
p { color: rgb(255,2,68); }
H1.HeaderClassName
{
color: #FF0244;
}
.AnyTagClassName
{
color: #FF0244;
}
</style>
background-color css
<style>
a { background-color: #FF0244; }
a { background-color: rgb(255,2,68); }
div.DivClassName
{
background-color: #FF0244;
}
.BgClassName
{
background-color: #FF0244;
}
</style>
border-color css
<style>
span { border-color: #FF0244; }
span { border-color: rgb(255,2,68); }
td.TdClassName
{
border-color: #FF0244;
}
.TagClassName
{
border-color: #FF0244;
}
</style>