Shades of Torch Red #FF2236
Tints of Torch Red #FF2236
RGB
CMYK
RGB Variations
Color information
#FF2236 (or 0xFF2236) is known color: Torch Red. HEX triplet: FF, 22 and 36. RGB value is (255,34,54). Sum of RGB (Red+Green+Blue) = 255+34+54=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2236 is #00DDC9. Grayscale: #666666. Windows color (decimal): -56778 or 3547903. OLE color: 3547903.
HSL color Cylindrical-coordinate representation of color #FF2236: hue angle of 354.57º 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 #FF2236 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 54 | - |
| CMYK | 0 | 0.87 | 0.79 | 0 |
| HSL | 354.57º | 1% | 0.57% | - |
| HSV(B) | 354.57º | 0.87% | 1% | - |
| XYZ | 42.48 | 22.67 | 5.63 | - |
| YUV | 102.36 | 100.72 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 54 | 0 | 0.87 | 0.79 | 0 | 354.57 | 1 | 0.57 |
| Hex | FF | 22 | 36 | 0 | 57 | 4F | 0 | 163 | 64 | 39 |
| Octal | 377 | 42 | 66 | 0 | 127 | 117 | 0 | 543 | 144 | 71 |
| Binary | 11111111 | 100010 | 110110 | 0 | 1010111 | 1001111 | 0 | 101100011 | 1100100 | 111001 |
Color Harmonies of #FF2236
Complementary color
Monochromatic Colors of #FF2236
Black with #FF2236
Text Example
Text Example
White with #FF2236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2236; }
p { color: rgb(255,34,54); }
H1.HeaderClassName
{
color: #FF2236;
}
.AnyTagClassName
{
color: #FF2236;
}
</style>
background-color css
<style>
a { background-color: #FF2236; }
a { background-color: rgb(255,34,54); }
div.DivClassName
{
background-color: #FF2236;
}
.BgClassName
{
background-color: #FF2236;
}
</style>
border-color css
<style>
span { border-color: #FF2236; }
span { border-color: rgb(255,34,54); }
td.TdClassName
{
border-color: #FF2236;
}
.TagClassName
{
border-color: #FF2236;
}
</style>