Shades of Torch Red #FF1224
Tints of Torch Red #FF1224
RGB
CMYK
RGB Variations
Color information
#FF1224 (or 0xFF1224) is known color: Torch Red. HEX triplet: FF, 12 and 24. RGB value is (255,18,36). Sum of RGB (Red+Green+Blue) = 255+18+36=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1224 is #00EDDB. Grayscale: #5B5B5B. Windows color (decimal): -60892 or 2364159. OLE color: 2364159.
HSL color Cylindrical-coordinate representation of color #FF1224: hue angle of 355.44º 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 #FF1224 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 36 | - |
| CMYK | 0 | 0.93 | 0.86 | 0 |
| HSL | 355.44º | 1% | 0.54% | - |
| HSV(B) | 355.44º | 0.93% | 1% | - |
| XYZ | 41.77 | 21.82 | 3.68 | - |
| YUV | 90.92 | 97.02 | 245.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 36 | 0 | 0.93 | 0.86 | 0 | 355.44 | 1 | 0.54 |
| Hex | FF | 12 | 24 | 0 | 5D | 56 | 0 | 163 | 64 | 36 |
| Octal | 377 | 22 | 44 | 0 | 135 | 126 | 0 | 543 | 144 | 66 |
| Binary | 11111111 | 10010 | 100100 | 0 | 1011101 | 1010110 | 0 | 101100011 | 1100100 | 110110 |
Color Harmonies of #FF1224
Complementary color
Monochromatic Colors of #FF1224
Black with #FF1224
Text Example
Text Example
White with #FF1224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1224; }
p { color: rgb(255,18,36); }
H1.HeaderClassName
{
color: #FF1224;
}
.AnyTagClassName
{
color: #FF1224;
}
</style>
background-color css
<style>
a { background-color: #FF1224; }
a { background-color: rgb(255,18,36); }
div.DivClassName
{
background-color: #FF1224;
}
.BgClassName
{
background-color: #FF1224;
}
</style>
border-color css
<style>
span { border-color: #FF1224; }
span { border-color: rgb(255,18,36); }
td.TdClassName
{
border-color: #FF1224;
}
.TagClassName
{
border-color: #FF1224;
}
</style>