Shades of Torch Red #FD2444
Tints of Torch Red #FD2444
RGB
CMYK
RGB Variations
Color information
#FD2444 (or 0xFD2444) is known color: Torch Red. HEX triplet: FD, 24 and 44. RGB value is (253,36,68). Sum of RGB (Red+Green+Blue) = 253+36+68=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2444 is #02DBBB. Grayscale: #686868. Windows color (decimal): -187324 or 4465917. OLE color: 4465917.
HSL color Cylindrical-coordinate representation of color #FD2444: hue angle of 351.15º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD2444 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 68 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.01 |
| HSL | 351.15º | 0.98% | 0.57% | - |
| HSV(B) | 351.15º | 0.86% | 0.99% | - |
| XYZ | 42.18 | 22.56 | 7.6 | - |
| YUV | 104.53 | 107.39 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 68 | 0 | 0.86 | 0.73 | 0.01 | 351.15 | 0.98 | 0.57 |
| Hex | FD | 24 | 44 | 0 | 56 | 49 | 1 | 15F | 62 | 39 |
| Octal | 375 | 44 | 104 | 0 | 126 | 111 | 1 | 537 | 142 | 71 |
| Binary | 11111101 | 100100 | 1000100 | 0 | 1010110 | 1001001 | 1 | 101011111 | 1100010 | 111001 |
Color Harmonies of #FD2444
Complementary color
Monochromatic Colors of #FD2444
Black with #FD2444
Text Example
Text Example
White with #FD2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2444; }
p { color: rgb(253,36,68); }
H1.HeaderClassName
{
color: #FD2444;
}
.AnyTagClassName
{
color: #FD2444;
}
</style>
background-color css
<style>
a { background-color: #FD2444; }
a { background-color: rgb(253,36,68); }
div.DivClassName
{
background-color: #FD2444;
}
.BgClassName
{
background-color: #FD2444;
}
</style>
border-color css
<style>
span { border-color: #FD2444; }
span { border-color: rgb(253,36,68); }
td.TdClassName
{
border-color: #FD2444;
}
.TagClassName
{
border-color: #FD2444;
}
</style>