Shades of Torch Red #FF2239
Tints of Torch Red #FF2239
RGB
CMYK
RGB Variations
Color information
#FF2239 (or 0xFF2239) is known color: Torch Red. HEX triplet: FF, 22 and 39. RGB value is (255,34,57). Sum of RGB (Red+Green+Blue) = 255+34+57=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2239 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2239 is #00DDC6. Grayscale: #666666. Windows color (decimal): -56775 or 3744511. OLE color: 3744511.
HSL color Cylindrical-coordinate representation of color #FF2239: hue angle of 353.76º 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 #FF2239 is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 57 | - |
| CMYK | 0 | 0.87 | 0.78 | 0 |
| HSL | 353.76º | 1% | 0.57% | - |
| HSV(B) | 353.76º | 0.87% | 1% | - |
| XYZ | 42.55 | 22.7 | 6.01 | - |
| YUV | 102.7 | 102.22 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 57 | 0 | 0.87 | 0.78 | 0 | 353.76 | 1 | 0.57 |
| Hex | FF | 22 | 39 | 0 | 57 | 4E | 0 | 162 | 64 | 39 |
| Octal | 377 | 42 | 71 | 0 | 127 | 116 | 0 | 542 | 144 | 71 |
| Binary | 11111111 | 100010 | 111001 | 0 | 1010111 | 1001110 | 0 | 101100010 | 1100100 | 111001 |
Color Harmonies of #FF2239
Complementary color
Monochromatic Colors of #FF2239
Black with #FF2239
Text Example
Text Example
White with #FF2239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2239; }
p { color: rgb(255,34,57); }
H1.HeaderClassName
{
color: #FF2239;
}
.AnyTagClassName
{
color: #FF2239;
}
</style>
background-color css
<style>
a { background-color: #FF2239; }
a { background-color: rgb(255,34,57); }
div.DivClassName
{
background-color: #FF2239;
}
.BgClassName
{
background-color: #FF2239;
}
</style>
border-color css
<style>
span { border-color: #FF2239; }
span { border-color: rgb(255,34,57); }
td.TdClassName
{
border-color: #FF2239;
}
.TagClassName
{
border-color: #FF2239;
}
</style>