Shades of Torch Red #FD122C
Tints of Torch Red #FD122C
RGB
CMYK
RGB Variations
Color information
#FD122C (or 0xFD122C) is known color: Torch Red. HEX triplet: FD, 12 and 2C. RGB value is (253,18,44). Sum of RGB (Red+Green+Blue) = 253+18+44=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD122C is #02EDD3. Grayscale: #5B5B5B. Windows color (decimal): -191956 or 2888445. OLE color: 2888445.
HSL color Cylindrical-coordinate representation of color #FD122C: hue angle of 353.36º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD122C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 44 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.01 |
| HSL | 353.36º | 0.98% | 0.53% | - |
| HSV(B) | 353.36º | 0.93% | 0.99% | - |
| XYZ | 41.18 | 21.5 | 4.36 | - |
| YUV | 91.23 | 101.36 | 243.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 44 | 0 | 0.93 | 0.83 | 0.01 | 353.36 | 0.98 | 0.53 |
| Hex | FD | 12 | 2C | 0 | 5D | 53 | 1 | 161 | 62 | 35 |
| Octal | 375 | 22 | 54 | 0 | 135 | 123 | 1 | 541 | 142 | 65 |
| Binary | 11111101 | 10010 | 101100 | 0 | 1011101 | 1010011 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FD122C
Complementary color
Monochromatic Colors of #FD122C
Black with #FD122C
Text Example
Text Example
White with #FD122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD122C; }
p { color: rgb(253,18,44); }
H1.HeaderClassName
{
color: #FD122C;
}
.AnyTagClassName
{
color: #FD122C;
}
</style>
background-color css
<style>
a { background-color: #FD122C; }
a { background-color: rgb(253,18,44); }
div.DivClassName
{
background-color: #FD122C;
}
.BgClassName
{
background-color: #FD122C;
}
</style>
border-color css
<style>
span { border-color: #FD122C; }
span { border-color: rgb(253,18,44); }
td.TdClassName
{
border-color: #FD122C;
}
.TagClassName
{
border-color: #FD122C;
}
</style>