Shades of Torch Red #FF1214
Tints of Torch Red #FF1214
RGB
CMYK
RGB Variations
Color information
#FF1214 (or 0xFF1214) is known color: Torch Red. HEX triplet: FF, 12 and 14. RGB value is (255,18,20). Sum of RGB (Red+Green+Blue) = 255+18+20=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1214 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1214 is #00EDEB. Grayscale: #595959. Windows color (decimal): -60908 or 1315583. OLE color: 1315583.
HSL color Cylindrical-coordinate representation of color #FF1214: hue angle of 359.49º 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 #FF1214 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 20 | - |
| CMYK | 0 | 0.93 | 0.92 | 0 |
| HSL | 359.49º | 1% | 0.54% | - |
| HSV(B) | 359.49º | 0.93% | 1% | - |
| XYZ | 41.58 | 21.74 | 2.67 | - |
| YUV | 89.09 | 89.02 | 246.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 20 | 0 | 0.93 | 0.92 | 0 | 359.49 | 1 | 0.54 |
| Hex | FF | 12 | 14 | 0 | 5D | 5C | 0 | 167 | 64 | 36 |
| Octal | 377 | 22 | 24 | 0 | 135 | 134 | 0 | 547 | 144 | 66 |
| Binary | 11111111 | 10010 | 10100 | 0 | 1011101 | 1011100 | 0 | 101100111 | 1100100 | 110110 |
Color Harmonies of #FF1214
Complementary color
Monochromatic Colors of #FF1214
Black with #FF1214
Text Example
Text Example
White with #FF1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1214; }
p { color: rgb(255,18,20); }
H1.HeaderClassName
{
color: #FF1214;
}
.AnyTagClassName
{
color: #FF1214;
}
</style>
background-color css
<style>
a { background-color: #FF1214; }
a { background-color: rgb(255,18,20); }
div.DivClassName
{
background-color: #FF1214;
}
.BgClassName
{
background-color: #FF1214;
}
</style>
border-color css
<style>
span { border-color: #FF1214; }
span { border-color: rgb(255,18,20); }
td.TdClassName
{
border-color: #FF1214;
}
.TagClassName
{
border-color: #FF1214;
}
</style>