Shades of Torch Red #FD0845
Tints of Torch Red #FD0845
RGB
CMYK
RGB Variations
Color information
#FD0845 (or 0xFD0845) is known color: Torch Red. HEX triplet: FD, 08 and 45. RGB value is (253,8,69). Sum of RGB (Red+Green+Blue) = 253+8+69=330 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.67% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0845 is #02F7BA. Grayscale: #585858. Windows color (decimal): -194491 or 4524285. OLE color: 4524285.
HSL color Cylindrical-coordinate representation of color #FD0845: hue angle of 345.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0845 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 69 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.01 |
| HSL | 345.06º | 0.98% | 0.51% | - |
| HSV(B) | 345.06º | 0.97% | 0.99% | - |
| XYZ | 41.67 | 21.49 | 7.58 | - |
| YUV | 88.21 | 117.17 | 245.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 69 | 0 | 0.97 | 0.73 | 0.01 | 345.06 | 0.98 | 0.51 |
| Hex | FD | 8 | 45 | 0 | 61 | 49 | 1 | 159 | 62 | 33 |
| Octal | 375 | 10 | 105 | 0 | 141 | 111 | 1 | 531 | 142 | 63 |
| Binary | 11111101 | 1000 | 1000101 | 0 | 1100001 | 1001001 | 1 | 101011001 | 1100010 | 110011 |
Color Harmonies of #FD0845
Complementary color
Monochromatic Colors of #FD0845
Black with #FD0845
Text Example
Text Example
White with #FD0845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0845; }
p { color: rgb(253,8,69); }
H1.HeaderClassName
{
color: #FD0845;
}
.AnyTagClassName
{
color: #FD0845;
}
</style>
background-color css
<style>
a { background-color: #FD0845; }
a { background-color: rgb(253,8,69); }
div.DivClassName
{
background-color: #FD0845;
}
.BgClassName
{
background-color: #FD0845;
}
</style>
border-color css
<style>
span { border-color: #FD0845; }
span { border-color: rgb(253,8,69); }
td.TdClassName
{
border-color: #FD0845;
}
.TagClassName
{
border-color: #FD0845;
}
</style>