Shades of Torch Red #FF2248
Tints of Torch Red #FF2248
RGB
CMYK
RGB Variations
Color information
#FF2248 (or 0xFF2248) is known color: Torch Red. HEX triplet: FF, 22 and 48. RGB value is (255,34,72). Sum of RGB (Red+Green+Blue) = 255+34+72=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2248 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2248 is #00DDB7. Grayscale: #686868. Windows color (decimal): -56760 or 4727551. OLE color: 4727551.
HSL color Cylindrical-coordinate representation of color #FF2248: hue angle of 349.68º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2248 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 72 | - |
| CMYK | 0 | 0.87 | 0.72 | 0 |
| HSL | 349.68º | 1% | 0.57% | - |
| HSV(B) | 349.68º | 0.87% | 1% | - |
| XYZ | 42.98 | 22.87 | 8.28 | - |
| YUV | 104.41 | 109.72 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 72 | 0 | 0.87 | 0.72 | 0 | 349.68 | 1 | 0.57 |
| Hex | FF | 22 | 48 | 0 | 57 | 48 | 0 | 15E | 64 | 39 |
| Octal | 377 | 42 | 110 | 0 | 127 | 110 | 0 | 536 | 144 | 71 |
| Binary | 11111111 | 100010 | 1001000 | 0 | 1010111 | 1001000 | 0 | 101011110 | 1100100 | 111001 |
Color Harmonies of #FF2248
Complementary color
Monochromatic Colors of #FF2248
Black with #FF2248
Text Example
Text Example
White with #FF2248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2248; }
p { color: rgb(255,34,72); }
H1.HeaderClassName
{
color: #FF2248;
}
.AnyTagClassName
{
color: #FF2248;
}
</style>
background-color css
<style>
a { background-color: #FF2248; }
a { background-color: rgb(255,34,72); }
div.DivClassName
{
background-color: #FF2248;
}
.BgClassName
{
background-color: #FF2248;
}
</style>
border-color css
<style>
span { border-color: #FF2248; }
span { border-color: rgb(255,34,72); }
td.TdClassName
{
border-color: #FF2248;
}
.TagClassName
{
border-color: #FF2248;
}
</style>