Shades of Torch Red #FF1229
Tints of Torch Red #FF1229
RGB
CMYK
RGB Variations
Color information
#FF1229 (or 0xFF1229) is known color: Torch Red. HEX triplet: FF, 12 and 29. RGB value is (255,18,41). Sum of RGB (Red+Green+Blue) = 255+18+41=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 41 (16.41% from 255 or 13.06% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1229 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1229 is #00EDD6. Grayscale: #5B5B5B. Windows color (decimal): -60887 or 2691839. OLE color: 2691839.
HSL color Cylindrical-coordinate representation of color #FF1229: hue angle of 354.18º 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 #FF1229 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 41 | - |
| CMYK | 0 | 0.93 | 0.84 | 0 |
| HSL | 354.18º | 1% | 0.54% | - |
| HSV(B) | 354.18º | 0.93% | 1% | - |
| XYZ | 41.86 | 21.85 | 4.11 | - |
| YUV | 91.49 | 99.52 | 244.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 41 | 0 | 0.93 | 0.84 | 0 | 354.18 | 1 | 0.54 |
| Hex | FF | 12 | 29 | 0 | 5D | 54 | 0 | 162 | 64 | 36 |
| Octal | 377 | 22 | 51 | 0 | 135 | 124 | 0 | 542 | 144 | 66 |
| Binary | 11111111 | 10010 | 101001 | 0 | 1011101 | 1010100 | 0 | 101100010 | 1100100 | 110110 |
Color Harmonies of #FF1229
Complementary color
Monochromatic Colors of #FF1229
Black with #FF1229
Text Example
Text Example
White with #FF1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1229; }
p { color: rgb(255,18,41); }
H1.HeaderClassName
{
color: #FF1229;
}
.AnyTagClassName
{
color: #FF1229;
}
</style>
background-color css
<style>
a { background-color: #FF1229; }
a { background-color: rgb(255,18,41); }
div.DivClassName
{
background-color: #FF1229;
}
.BgClassName
{
background-color: #FF1229;
}
</style>
border-color css
<style>
span { border-color: #FF1229; }
span { border-color: rgb(255,18,41); }
td.TdClassName
{
border-color: #FF1229;
}
.TagClassName
{
border-color: #FF1229;
}
</style>