Shades of Torch Red #FD0545
Tints of Torch Red #FD0545
RGB
CMYK
RGB Variations
Color information
#FD0545 (or 0xFD0545) is known color: Torch Red. HEX triplet: FD, 05 and 45. RGB value is (253,5,69). Sum of RGB (Red+Green+Blue) = 253+5+69=327 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.37% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0545 is #02FABA. Grayscale: #565656. Windows color (decimal): -195259 or 4523517. OLE color: 4523517.
HSL color Cylindrical-coordinate representation of color #FD0545: hue angle of 344.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0545 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 69 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.01 |
| HSL | 344.52º | 0.98% | 0.51% | - |
| HSV(B) | 344.52º | 0.98% | 0.99% | - |
| XYZ | 41.64 | 21.42 | 7.57 | - |
| YUV | 86.45 | 118.16 | 246.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 69 | 0 | 0.98 | 0.73 | 0.01 | 344.52 | 0.98 | 0.51 |
| Hex | FD | 5 | 45 | 0 | 62 | 49 | 1 | 159 | 62 | 33 |
| Octal | 375 | 5 | 105 | 0 | 142 | 111 | 1 | 531 | 142 | 63 |
| Binary | 11111101 | 101 | 1000101 | 0 | 1100010 | 1001001 | 1 | 101011001 | 1100010 | 110011 |
Color Harmonies of #FD0545
Complementary color
Monochromatic Colors of #FD0545
Black with #FD0545
Text Example
Text Example
White with #FD0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0545; }
p { color: rgb(253,5,69); }
H1.HeaderClassName
{
color: #FD0545;
}
.AnyTagClassName
{
color: #FD0545;
}
</style>
background-color css
<style>
a { background-color: #FD0545; }
a { background-color: rgb(253,5,69); }
div.DivClassName
{
background-color: #FD0545;
}
.BgClassName
{
background-color: #FD0545;
}
</style>
border-color css
<style>
span { border-color: #FD0545; }
span { border-color: rgb(253,5,69); }
td.TdClassName
{
border-color: #FD0545;
}
.TagClassName
{
border-color: #FD0545;
}
</style>