Shades of Torch Red #FF124B
Tints of Torch Red #FF124B
RGB
CMYK
RGB Variations
Color information
#FF124B (or 0xFF124B) is known color: Torch Red. HEX triplet: FF, 12 and 4B. RGB value is (255,18,75). Sum of RGB (Red+Green+Blue) = 255+18+75=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 18 (7.42% from 255 or 5.17% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF124B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF124B is #00EDB4. Grayscale: #5F5F5F. Windows color (decimal): -60853 or 4920063. OLE color: 4920063.
HSL color Cylindrical-coordinate representation of color #FF124B: hue angle of 345.57º 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 #FF124B is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 75 | - |
| CMYK | 0 | 0.93 | 0.71 | 0 |
| HSL | 345.57º | 1% | 0.54% | - |
| HSV(B) | 345.57º | 0.93% | 1% | - |
| XYZ | 42.73 | 22.2 | 8.69 | - |
| YUV | 95.36 | 116.52 | 241.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 75 | 0 | 0.93 | 0.71 | 0 | 345.57 | 1 | 0.54 |
| Hex | FF | 12 | 4B | 0 | 5D | 47 | 0 | 15A | 64 | 36 |
| Octal | 377 | 22 | 113 | 0 | 135 | 107 | 0 | 532 | 144 | 66 |
| Binary | 11111111 | 10010 | 1001011 | 0 | 1011101 | 1000111 | 0 | 101011010 | 1100100 | 110110 |
Color Harmonies of #FF124B
Complementary color
Monochromatic Colors of #FF124B
Black with #FF124B
Text Example
Text Example
White with #FF124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF124B; }
p { color: rgb(255,18,75); }
H1.HeaderClassName
{
color: #FF124B;
}
.AnyTagClassName
{
color: #FF124B;
}
</style>
background-color css
<style>
a { background-color: #FF124B; }
a { background-color: rgb(255,18,75); }
div.DivClassName
{
background-color: #FF124B;
}
.BgClassName
{
background-color: #FF124B;
}
</style>
border-color css
<style>
span { border-color: #FF124B; }
span { border-color: rgb(255,18,75); }
td.TdClassName
{
border-color: #FF124B;
}
.TagClassName
{
border-color: #FF124B;
}
</style>