Shades of Torch Red #FF123D
Tints of Torch Red #FF123D
RGB
CMYK
RGB Variations
Color information
#FF123D (or 0xFF123D) is known color: Torch Red. HEX triplet: FF, 12 and 3D. RGB value is (255,18,61). Sum of RGB (Red+Green+Blue) = 255+18+61=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF123D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF123D is #00EDC2. Grayscale: #5D5D5D. Windows color (decimal): -60867 or 4002559. OLE color: 4002559.
HSL color Cylindrical-coordinate representation of color #FF123D: hue angle of 349.11º 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 #FF123D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 61 | - |
| CMYK | 0 | 0.93 | 0.76 | 0 |
| HSL | 349.11º | 1% | 0.54% | - |
| HSV(B) | 349.11º | 0.93% | 1% | - |
| XYZ | 42.3 | 22.03 | 6.44 | - |
| YUV | 93.77 | 109.52 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 61 | 0 | 0.93 | 0.76 | 0 | 349.11 | 1 | 0.54 |
| Hex | FF | 12 | 3D | 0 | 5D | 4C | 0 | 15D | 64 | 36 |
| Octal | 377 | 22 | 75 | 0 | 135 | 114 | 0 | 535 | 144 | 66 |
| Binary | 11111111 | 10010 | 111101 | 0 | 1011101 | 1001100 | 0 | 101011101 | 1100100 | 110110 |
Color Harmonies of #FF123D
Complementary color
Monochromatic Colors of #FF123D
Black with #FF123D
Text Example
Text Example
White with #FF123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF123D; }
p { color: rgb(255,18,61); }
H1.HeaderClassName
{
color: #FF123D;
}
.AnyTagClassName
{
color: #FF123D;
}
</style>
background-color css
<style>
a { background-color: #FF123D; }
a { background-color: rgb(255,18,61); }
div.DivClassName
{
background-color: #FF123D;
}
.BgClassName
{
background-color: #FF123D;
}
</style>
border-color css
<style>
span { border-color: #FF123D; }
span { border-color: rgb(255,18,61); }
td.TdClassName
{
border-color: #FF123D;
}
.TagClassName
{
border-color: #FF123D;
}
</style>