Shades of Torch Red #FF1231
Tints of Torch Red #FF1231
RGB
CMYK
RGB Variations
Color information
#FF1231 (or 0xFF1231) is known color: Torch Red. HEX triplet: FF, 12 and 31. RGB value is (255,18,49). Sum of RGB (Red+Green+Blue) = 255+18+49=322 (42% of max value = 765). Red value is 255 (100% from 255 or 79.19% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1231 is #00EDCE. Grayscale: #5C5C5C. Windows color (decimal): -60879 or 3216127. OLE color: 3216127.
HSL color Cylindrical-coordinate representation of color #FF1231: hue angle of 352.15º 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 #FF1231 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 49 | - |
| CMYK | 0 | 0.93 | 0.81 | 0 |
| HSL | 352.15º | 1% | 0.54% | - |
| HSV(B) | 352.15º | 0.93% | 1% | - |
| XYZ | 42.01 | 21.91 | 4.92 | - |
| YUV | 92.4 | 103.52 | 243.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 49 | 0 | 0.93 | 0.81 | 0 | 352.15 | 1 | 0.54 |
| Hex | FF | 12 | 31 | 0 | 5D | 51 | 0 | 160 | 64 | 36 |
| Octal | 377 | 22 | 61 | 0 | 135 | 121 | 0 | 540 | 144 | 66 |
| Binary | 11111111 | 10010 | 110001 | 0 | 1011101 | 1010001 | 0 | 101100000 | 1100100 | 110110 |
Color Harmonies of #FF1231
Complementary color
Monochromatic Colors of #FF1231
Black with #FF1231
Text Example
Text Example
White with #FF1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1231; }
p { color: rgb(255,18,49); }
H1.HeaderClassName
{
color: #FF1231;
}
.AnyTagClassName
{
color: #FF1231;
}
</style>
background-color css
<style>
a { background-color: #FF1231; }
a { background-color: rgb(255,18,49); }
div.DivClassName
{
background-color: #FF1231;
}
.BgClassName
{
background-color: #FF1231;
}
</style>
border-color css
<style>
span { border-color: #FF1231; }
span { border-color: rgb(255,18,49); }
td.TdClassName
{
border-color: #FF1231;
}
.TagClassName
{
border-color: #FF1231;
}
</style>