Shades of Torch Red #FD1445
Tints of Torch Red #FD1445
RGB
CMYK
RGB Variations
Color information
#FD1445 (or 0xFD1445) is known color: Torch Red. HEX triplet: FD, 14 and 45. RGB value is (253,20,69). Sum of RGB (Red+Green+Blue) = 253+20+69=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1445 is #02EBBA. Grayscale: #5F5F5F. Windows color (decimal): -191419 or 4527357. OLE color: 4527357.
HSL color Cylindrical-coordinate representation of color #FD1445: hue angle of 347.38º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1445 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 69 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.01 |
| HSL | 347.38º | 0.98% | 0.54% | - |
| HSV(B) | 347.38º | 0.92% | 0.99% | - |
| XYZ | 41.83 | 21.81 | 7.64 | - |
| YUV | 95.25 | 113.19 | 240.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 69 | 0 | 0.92 | 0.73 | 0.01 | 347.38 | 0.98 | 0.54 |
| Hex | FD | 14 | 45 | 0 | 5C | 49 | 1 | 15B | 62 | 36 |
| Octal | 375 | 24 | 105 | 0 | 134 | 111 | 1 | 533 | 142 | 66 |
| Binary | 11111101 | 10100 | 1000101 | 0 | 1011100 | 1001001 | 1 | 101011011 | 1100010 | 110110 |
Color Harmonies of #FD1445
Complementary color
Monochromatic Colors of #FD1445
Black with #FD1445
Text Example
Text Example
White with #FD1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1445; }
p { color: rgb(253,20,69); }
H1.HeaderClassName
{
color: #FD1445;
}
.AnyTagClassName
{
color: #FD1445;
}
</style>
background-color css
<style>
a { background-color: #FD1445; }
a { background-color: rgb(253,20,69); }
div.DivClassName
{
background-color: #FD1445;
}
.BgClassName
{
background-color: #FD1445;
}
</style>
border-color css
<style>
span { border-color: #FD1445; }
span { border-color: rgb(253,20,69); }
td.TdClassName
{
border-color: #FD1445;
}
.TagClassName
{
border-color: #FD1445;
}
</style>