Shades of Torch Red #FD1127
Tints of Torch Red #FD1127
RGB
CMYK
RGB Variations
Color information
#FD1127 (or 0xFD1127) is known color: Torch Red. HEX triplet: FD, 11 and 27. RGB value is (253,17,39). Sum of RGB (Red+Green+Blue) = 253+17+39=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1127 is #02EED8. Grayscale: #5A5A5A. Windows color (decimal): -192217 or 2560509. OLE color: 2560509.
HSL color Cylindrical-coordinate representation of color #FD1127: hue angle of 354.41º 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 #FD1127 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 39 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.01 |
| HSL | 354.41º | 0.98% | 0.53% | - |
| HSV(B) | 354.41º | 0.93% | 0.99% | - |
| XYZ | 41.07 | 21.43 | 3.89 | - |
| YUV | 90.07 | 99.19 | 244.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 39 | 0 | 0.93 | 0.85 | 0.01 | 354.41 | 0.98 | 0.53 |
| Hex | FD | 11 | 27 | 0 | 5D | 55 | 1 | 162 | 62 | 35 |
| Octal | 375 | 21 | 47 | 0 | 135 | 125 | 1 | 542 | 142 | 65 |
| Binary | 11111101 | 10001 | 100111 | 0 | 1011101 | 1010101 | 1 | 101100010 | 1100010 | 110101 |
Color Harmonies of #FD1127
Complementary color
Monochromatic Colors of #FD1127
Black with #FD1127
Text Example
Text Example
White with #FD1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1127; }
p { color: rgb(253,17,39); }
H1.HeaderClassName
{
color: #FD1127;
}
.AnyTagClassName
{
color: #FD1127;
}
</style>
background-color css
<style>
a { background-color: #FD1127; }
a { background-color: rgb(253,17,39); }
div.DivClassName
{
background-color: #FD1127;
}
.BgClassName
{
background-color: #FD1127;
}
</style>
border-color css
<style>
span { border-color: #FD1127; }
span { border-color: rgb(253,17,39); }
td.TdClassName
{
border-color: #FD1127;
}
.TagClassName
{
border-color: #FD1127;
}
</style>