Shades of Torch Red #FD122D
Tints of Torch Red #FD122D
RGB
CMYK
RGB Variations
Color information
#FD122D (or 0xFD122D) is known color: Torch Red. HEX triplet: FD, 12 and 2D. RGB value is (253,18,45). Sum of RGB (Red+Green+Blue) = 253+18+45=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD122D is #02EDD2. Grayscale: #5B5B5B. Windows color (decimal): -191955 or 2953981. OLE color: 2953981.
HSL color Cylindrical-coordinate representation of color #FD122D: hue angle of 353.11º 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 #FD122D is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 45 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.01 |
| HSL | 353.11º | 0.98% | 0.53% | - |
| HSV(B) | 353.11º | 0.93% | 0.99% | - |
| XYZ | 41.2 | 21.5 | 4.46 | - |
| YUV | 91.34 | 101.86 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 45 | 0 | 0.93 | 0.82 | 0.01 | 353.11 | 0.98 | 0.53 |
| Hex | FD | 12 | 2D | 0 | 5D | 52 | 1 | 161 | 62 | 35 |
| Octal | 375 | 22 | 55 | 0 | 135 | 122 | 1 | 541 | 142 | 65 |
| Binary | 11111101 | 10010 | 101101 | 0 | 1011101 | 1010010 | 1 | 101100001 | 1100010 | 110101 |
Color Harmonies of #FD122D
Complementary color
Monochromatic Colors of #FD122D
Black with #FD122D
Text Example
Text Example
White with #FD122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD122D; }
p { color: rgb(253,18,45); }
H1.HeaderClassName
{
color: #FD122D;
}
.AnyTagClassName
{
color: #FD122D;
}
</style>
background-color css
<style>
a { background-color: #FD122D; }
a { background-color: rgb(253,18,45); }
div.DivClassName
{
background-color: #FD122D;
}
.BgClassName
{
background-color: #FD122D;
}
</style>
border-color css
<style>
span { border-color: #FD122D; }
span { border-color: rgb(253,18,45); }
td.TdClassName
{
border-color: #FD122D;
}
.TagClassName
{
border-color: #FD122D;
}
</style>