Shades of Torch Red #FD1936
Tints of Torch Red #FD1936
RGB
CMYK
RGB Variations
Color information
#FD1936 (or 0xFD1936) is known color: Torch Red. HEX triplet: FD, 19 and 36. RGB value is (253,25,54). Sum of RGB (Red+Green+Blue) = 253+25+54=332 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.20% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1936 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1936 is #02E6C9. Grayscale: #606060. Windows color (decimal): -190154 or 3545597. OLE color: 3545597.
HSL color Cylindrical-coordinate representation of color #FD1936: hue angle of 352.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1936 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 54 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.01 |
| HSL | 352.37º | 0.98% | 0.55% | - |
| HSV(B) | 352.37º | 0.9% | 0.99% | - |
| XYZ | 41.52 | 21.84 | 5.52 | - |
| YUV | 96.48 | 104.04 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 54 | 0 | 0.90 | 0.79 | 0.01 | 352.37 | 0.98 | 0.55 |
| Hex | FD | 19 | 36 | 0 | 5A | 4F | 1 | 160 | 62 | 37 |
| Octal | 375 | 31 | 66 | 0 | 132 | 117 | 1 | 540 | 142 | 67 |
| Binary | 11111101 | 11001 | 110110 | 0 | 1011010 | 1001111 | 1 | 101100000 | 1100010 | 110111 |
Color Harmonies of #FD1936
Complementary color
Monochromatic Colors of #FD1936
Black with #FD1936
Text Example
Text Example
White with #FD1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1936; }
p { color: rgb(253,25,54); }
H1.HeaderClassName
{
color: #FD1936;
}
.AnyTagClassName
{
color: #FD1936;
}
</style>
background-color css
<style>
a { background-color: #FD1936; }
a { background-color: rgb(253,25,54); }
div.DivClassName
{
background-color: #FD1936;
}
.BgClassName
{
background-color: #FD1936;
}
</style>
border-color css
<style>
span { border-color: #FD1936; }
span { border-color: rgb(253,25,54); }
td.TdClassName
{
border-color: #FD1936;
}
.TagClassName
{
border-color: #FD1936;
}
</style>