Shades of Torch Red #FF1228
Tints of Torch Red #FF1228
RGB
CMYK
RGB Variations
Color information
#FF1228 (or 0xFF1228) is known color: Torch Red. HEX triplet: FF, 12 and 28. RGB value is (255,18,40). Sum of RGB (Red+Green+Blue) = 255+18+40=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1228 is #00EDD7. Grayscale: #5B5B5B. Windows color (decimal): -60888 or 2626303. OLE color: 2626303.
HSL color Cylindrical-coordinate representation of color #FF1228: hue angle of 354.43º 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 #FF1228 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 40 | - |
| CMYK | 0 | 0.93 | 0.84 | 0 |
| HSL | 354.43º | 1% | 0.54% | - |
| HSV(B) | 354.43º | 0.93% | 1% | - |
| XYZ | 41.84 | 21.85 | 4.02 | - |
| YUV | 91.37 | 99.02 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 40 | 0 | 0.93 | 0.84 | 0 | 354.43 | 1 | 0.54 |
| Hex | FF | 12 | 28 | 0 | 5D | 54 | 0 | 162 | 64 | 36 |
| Octal | 377 | 22 | 50 | 0 | 135 | 124 | 0 | 542 | 144 | 66 |
| Binary | 11111111 | 10010 | 101000 | 0 | 1011101 | 1010100 | 0 | 101100010 | 1100100 | 110110 |
Color Harmonies of #FF1228
Complementary color
Monochromatic Colors of #FF1228
Black with #FF1228
Text Example
Text Example
White with #FF1228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1228; }
p { color: rgb(255,18,40); }
H1.HeaderClassName
{
color: #FF1228;
}
.AnyTagClassName
{
color: #FF1228;
}
</style>
background-color css
<style>
a { background-color: #FF1228; }
a { background-color: rgb(255,18,40); }
div.DivClassName
{
background-color: #FF1228;
}
.BgClassName
{
background-color: #FF1228;
}
</style>
border-color css
<style>
span { border-color: #FF1228; }
span { border-color: rgb(255,18,40); }
td.TdClassName
{
border-color: #FF1228;
}
.TagClassName
{
border-color: #FF1228;
}
</style>