Shades of Torch Red #FF1219
Tints of Torch Red #FF1219
RGB
CMYK
RGB Variations
Color information
#FF1219 (or 0xFF1219) is known color: Torch Red. HEX triplet: FF, 12 and 19. RGB value is (255,18,25). Sum of RGB (Red+Green+Blue) = 255+18+25=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1219 is #00EDE6. Grayscale: #595959. Windows color (decimal): -60903 or 1643263. OLE color: 1643263.
HSL color Cylindrical-coordinate representation of color #FF1219: hue angle of 358.23º 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 #FF1219 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 25 | - |
| CMYK | 0 | 0.93 | 0.90 | 0 |
| HSL | 358.23º | 1% | 0.54% | - |
| HSV(B) | 358.23º | 0.93% | 1% | - |
| XYZ | 41.63 | 21.76 | 2.93 | - |
| YUV | 89.66 | 91.52 | 245.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 25 | 0 | 0.93 | 0.90 | 0 | 358.23 | 1 | 0.54 |
| Hex | FF | 12 | 19 | 0 | 5D | 5A | 0 | 166 | 64 | 36 |
| Octal | 377 | 22 | 31 | 0 | 135 | 132 | 0 | 546 | 144 | 66 |
| Binary | 11111111 | 10010 | 11001 | 0 | 1011101 | 1011010 | 0 | 101100110 | 1100100 | 110110 |
Color Harmonies of #FF1219
Complementary color
Monochromatic Colors of #FF1219
Black with #FF1219
Text Example
Text Example
White with #FF1219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1219; }
p { color: rgb(255,18,25); }
H1.HeaderClassName
{
color: #FF1219;
}
.AnyTagClassName
{
color: #FF1219;
}
</style>
background-color css
<style>
a { background-color: #FF1219; }
a { background-color: rgb(255,18,25); }
div.DivClassName
{
background-color: #FF1219;
}
.BgClassName
{
background-color: #FF1219;
}
</style>
border-color css
<style>
span { border-color: #FF1219; }
span { border-color: rgb(255,18,25); }
td.TdClassName
{
border-color: #FF1219;
}
.TagClassName
{
border-color: #FF1219;
}
</style>