Shades of Torch Red #FF123F
Tints of Torch Red #FF123F
RGB
CMYK
RGB Variations
Color information
#FF123F (or 0xFF123F) is known color: Torch Red. HEX triplet: FF, 12 and 3F. RGB value is (255,18,63). Sum of RGB (Red+Green+Blue) = 255+18+63=336 (44% of max value = 765). Red value is 255 (100% from 255 or 75.89% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 255 - color contains mainly: red. Hex color #FF123F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF123F is #00EDC0. Grayscale: #5E5E5E. Windows color (decimal): -60865 or 4133631. OLE color: 4133631.
HSL color Cylindrical-coordinate representation of color #FF123F: hue angle of 348.61º 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 #FF123F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 63 | - |
| CMYK | 0 | 0.93 | 0.75 | 0 |
| HSL | 348.61º | 1% | 0.54% | - |
| HSV(B) | 348.61º | 0.93% | 1% | - |
| XYZ | 42.35 | 22.05 | 6.73 | - |
| YUV | 93.99 | 110.52 | 242.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 63 | 0 | 0.93 | 0.75 | 0 | 348.61 | 1 | 0.54 |
| Hex | FF | 12 | 3F | 0 | 5D | 4B | 0 | 15D | 64 | 36 |
| Octal | 377 | 22 | 77 | 0 | 135 | 113 | 0 | 535 | 144 | 66 |
| Binary | 11111111 | 10010 | 111111 | 0 | 1011101 | 1001011 | 0 | 101011101 | 1100100 | 110110 |
Color Harmonies of #FF123F
Complementary color
Monochromatic Colors of #FF123F
Black with #FF123F
Text Example
Text Example
White with #FF123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF123F; }
p { color: rgb(255,18,63); }
H1.HeaderClassName
{
color: #FF123F;
}
.AnyTagClassName
{
color: #FF123F;
}
</style>
background-color css
<style>
a { background-color: #FF123F; }
a { background-color: rgb(255,18,63); }
div.DivClassName
{
background-color: #FF123F;
}
.BgClassName
{
background-color: #FF123F;
}
</style>
border-color css
<style>
span { border-color: #FF123F; }
span { border-color: rgb(255,18,63); }
td.TdClassName
{
border-color: #FF123F;
}
.TagClassName
{
border-color: #FF123F;
}
</style>