Shades of Torch Red #FF122D
Tints of Torch Red #FF122D
RGB
CMYK
RGB Variations
Color information
#FF122D (or 0xFF122D) is known color: Torch Red. HEX triplet: FF, 12 and 2D. RGB value is (255,18,45). Sum of RGB (Red+Green+Blue) = 255+18+45=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF122D is #00EDD2. Grayscale: #5C5C5C. Windows color (decimal): -60883 or 2953983. OLE color: 2953983.
HSL color Cylindrical-coordinate representation of color #FF122D: hue angle of 353.16º 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 #FF122D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0 |
| HSL | 353.16º | 1% | 0.54% | - |
| HSV(B) | 353.16º | 0.93% | 1% | - |
| XYZ | 41.93 | 21.88 | 4.5 | - |
| YUV | 91.94 | 101.52 | 244.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 45 | 0 | 0.93 | 0.82 | 0 | 353.16 | 1 | 0.54 |
| Hex | FF | 12 | 2D | 0 | 5D | 52 | 0 | 161 | 64 | 36 |
| Octal | 377 | 22 | 55 | 0 | 135 | 122 | 0 | 541 | 144 | 66 |
| Binary | 11111111 | 10010 | 101101 | 0 | 1011101 | 1010010 | 0 | 101100001 | 1100100 | 110110 |
Color Harmonies of #FF122D
Complementary color
Monochromatic Colors of #FF122D
Black with #FF122D
Text Example
Text Example
White with #FF122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF122D; }
p { color: rgb(255,18,45); }
H1.HeaderClassName
{
color: #FF122D;
}
.AnyTagClassName
{
color: #FF122D;
}
</style>
background-color css
<style>
a { background-color: #FF122D; }
a { background-color: rgb(255,18,45); }
div.DivClassName
{
background-color: #FF122D;
}
.BgClassName
{
background-color: #FF122D;
}
</style>
border-color css
<style>
span { border-color: #FF122D; }
span { border-color: rgb(255,18,45); }
td.TdClassName
{
border-color: #FF122D;
}
.TagClassName
{
border-color: #FF122D;
}
</style>