Shades of Torch Red #FD2127
Tints of Torch Red #FD2127
RGB
CMYK
RGB Variations
Color information
#FD2127 (or 0xFD2127) is known color: Torch Red. HEX triplet: FD, 21 and 27. RGB value is (253,33,39). Sum of RGB (Red+Green+Blue) = 253+33+39=325 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.85% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2127 is #02DED8. Grayscale: #636363. Windows color (decimal): -188121 or 2564605. OLE color: 2564605.
HSL color Cylindrical-coordinate representation of color #FD2127: hue angle of 358.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD2127 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 39 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.01 |
| HSL | 358.36º | 0.98% | 0.56% | - |
| HSV(B) | 358.36º | 0.87% | 0.99% | - |
| XYZ | 41.42 | 22.12 | 4.01 | - |
| YUV | 99.46 | 93.89 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 39 | 0 | 0.87 | 0.85 | 0.01 | 358.36 | 0.98 | 0.56 |
| Hex | FD | 21 | 27 | 0 | 57 | 55 | 1 | 166 | 62 | 38 |
| Octal | 375 | 41 | 47 | 0 | 127 | 125 | 1 | 546 | 142 | 70 |
| Binary | 11111101 | 100001 | 100111 | 0 | 1010111 | 1010101 | 1 | 101100110 | 1100010 | 111000 |
Color Harmonies of #FD2127
Complementary color
Monochromatic Colors of #FD2127
Black with #FD2127
Text Example
Text Example
White with #FD2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2127; }
p { color: rgb(253,33,39); }
H1.HeaderClassName
{
color: #FD2127;
}
.AnyTagClassName
{
color: #FD2127;
}
</style>
background-color css
<style>
a { background-color: #FD2127; }
a { background-color: rgb(253,33,39); }
div.DivClassName
{
background-color: #FD2127;
}
.BgClassName
{
background-color: #FD2127;
}
</style>
border-color css
<style>
span { border-color: #FD2127; }
span { border-color: rgb(253,33,39); }
td.TdClassName
{
border-color: #FD2127;
}
.TagClassName
{
border-color: #FD2127;
}
</style>