Shades of Torch Red #FD0844
Tints of Torch Red #FD0844
RGB
CMYK
RGB Variations
Color information
#FD0844 (or 0xFD0844) is known color: Torch Red. HEX triplet: FD, 08 and 44. RGB value is (253,8,68). Sum of RGB (Red+Green+Blue) = 253+8+68=329 (43% of max value = 765). Red value is 253 (99.22% from 255 or 76.90% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0844 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0844 is #02F7BB. Grayscale: #585858. Windows color (decimal): -194492 or 4458749. OLE color: 4458749.
HSL color Cylindrical-coordinate representation of color #FD0844: hue angle of 345.31º 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 #FD0844 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 68 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.01 |
| HSL | 345.31º | 0.98% | 0.51% | - |
| HSV(B) | 345.31º | 0.97% | 0.99% | - |
| XYZ | 41.64 | 21.47 | 7.42 | - |
| YUV | 88.1 | 116.67 | 245.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 68 | 0 | 0.97 | 0.73 | 0.01 | 345.31 | 0.98 | 0.51 |
| Hex | FD | 8 | 44 | 0 | 61 | 49 | 1 | 159 | 62 | 33 |
| Octal | 375 | 10 | 104 | 0 | 141 | 111 | 1 | 531 | 142 | 63 |
| Binary | 11111101 | 1000 | 1000100 | 0 | 1100001 | 1001001 | 1 | 101011001 | 1100010 | 110011 |
Color Harmonies of #FD0844
Complementary color
Monochromatic Colors of #FD0844
Black with #FD0844
Text Example
Text Example
White with #FD0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0844; }
p { color: rgb(253,8,68); }
H1.HeaderClassName
{
color: #FD0844;
}
.AnyTagClassName
{
color: #FD0844;
}
</style>
background-color css
<style>
a { background-color: #FD0844; }
a { background-color: rgb(253,8,68); }
div.DivClassName
{
background-color: #FD0844;
}
.BgClassName
{
background-color: #FD0844;
}
</style>
border-color css
<style>
span { border-color: #FD0844; }
span { border-color: rgb(253,8,68); }
td.TdClassName
{
border-color: #FD0844;
}
.TagClassName
{
border-color: #FD0844;
}
</style>