Shades of Torch Red #FD2445
Tints of Torch Red #FD2445
RGB
CMYK
RGB Variations
Color information
#FD2445 (or 0xFD2445) is known color: Torch Red. HEX triplet: FD, 24 and 45. RGB value is (253,36,69). Sum of RGB (Red+Green+Blue) = 253+36+69=358 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.67% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2445 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2445 is #02DBBA. Grayscale: #686868. Windows color (decimal): -187323 or 4531453. OLE color: 4531453.
HSL color Cylindrical-coordinate representation of color #FD2445: hue angle of 350.88º 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 #FD2445 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 69 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.01 |
| HSL | 350.88º | 0.98% | 0.57% | - |
| HSV(B) | 350.88º | 0.86% | 0.99% | - |
| XYZ | 42.21 | 22.57 | 7.76 | - |
| YUV | 104.65 | 107.89 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 69 | 0 | 0.86 | 0.73 | 0.01 | 350.88 | 0.98 | 0.57 |
| Hex | FD | 24 | 45 | 0 | 56 | 49 | 1 | 15F | 62 | 39 |
| Octal | 375 | 44 | 105 | 0 | 126 | 111 | 1 | 537 | 142 | 71 |
| Binary | 11111101 | 100100 | 1000101 | 0 | 1010110 | 1001001 | 1 | 101011111 | 1100010 | 111001 |
Color Harmonies of #FD2445
Complementary color
Monochromatic Colors of #FD2445
Black with #FD2445
Text Example
Text Example
White with #FD2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2445; }
p { color: rgb(253,36,69); }
H1.HeaderClassName
{
color: #FD2445;
}
.AnyTagClassName
{
color: #FD2445;
}
</style>
background-color css
<style>
a { background-color: #FD2445; }
a { background-color: rgb(253,36,69); }
div.DivClassName
{
background-color: #FD2445;
}
.BgClassName
{
background-color: #FD2445;
}
</style>
border-color css
<style>
span { border-color: #FD2445; }
span { border-color: rgb(253,36,69); }
td.TdClassName
{
border-color: #FD2445;
}
.TagClassName
{
border-color: #FD2445;
}
</style>