Shades of Torch Red #FF1236
Tints of Torch Red #FF1236
RGB
CMYK
RGB Variations
Color information
#FF1236 (or 0xFF1236) is known color: Torch Red. HEX triplet: FF, 12 and 36. RGB value is (255,18,54). Sum of RGB (Red+Green+Blue) = 255+18+54=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1236 is #00EDC9. Grayscale: #5D5D5D. Windows color (decimal): -60874 or 3543807. OLE color: 3543807.
HSL color Cylindrical-coordinate representation of color #FF1236: hue angle of 350.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1236 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 54 | - |
| CMYK | 0 | 0.93 | 0.79 | 0 |
| HSL | 350.89º | 1% | 0.54% | - |
| HSV(B) | 350.89º | 0.93% | 1% | - |
| XYZ | 42.12 | 21.96 | 5.51 | - |
| YUV | 92.97 | 106.02 | 243.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 54 | 0 | 0.93 | 0.79 | 0 | 350.89 | 1 | 0.54 |
| Hex | FF | 12 | 36 | 0 | 5D | 4F | 0 | 15F | 64 | 36 |
| Octal | 377 | 22 | 66 | 0 | 135 | 117 | 0 | 537 | 144 | 66 |
| Binary | 11111111 | 10010 | 110110 | 0 | 1011101 | 1001111 | 0 | 101011111 | 1100100 | 110110 |
Color Harmonies of #FF1236
Complementary color
Monochromatic Colors of #FF1236
Black with #FF1236
Text Example
Text Example
White with #FF1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1236; }
p { color: rgb(255,18,54); }
H1.HeaderClassName
{
color: #FF1236;
}
.AnyTagClassName
{
color: #FF1236;
}
</style>
background-color css
<style>
a { background-color: #FF1236; }
a { background-color: rgb(255,18,54); }
div.DivClassName
{
background-color: #FF1236;
}
.BgClassName
{
background-color: #FF1236;
}
</style>
border-color css
<style>
span { border-color: #FF1236; }
span { border-color: rgb(255,18,54); }
td.TdClassName
{
border-color: #FF1236;
}
.TagClassName
{
border-color: #FF1236;
}
</style>