Shades of Torch Red #FD0344
Tints of Torch Red #FD0344
RGB
CMYK
RGB Variations
Color information
#FD0344 (or 0xFD0344) is known color: Torch Red. HEX triplet: FD, 03 and 44. RGB value is (253,3,68). Sum of RGB (Red+Green+Blue) = 253+3+68=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0344 is #02FCBB. Grayscale: #555555. Windows color (decimal): -195772 or 4457469. OLE color: 4457469.
HSL color Cylindrical-coordinate representation of color #FD0344: hue angle of 344.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0344 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 68 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.01 |
| HSL | 344.4º | 0.98% | 0.5% | - |
| HSV(B) | 344.4º | 0.99% | 0.99% | - |
| XYZ | 41.58 | 21.37 | 7.4 | - |
| YUV | 85.16 | 118.33 | 247.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 68 | 0 | 0.99 | 0.73 | 0.01 | 344.4 | 0.98 | 0.5 |
| Hex | FD | 3 | 44 | 0 | 63 | 49 | 1 | 158 | 62 | 32 |
| Octal | 375 | 3 | 104 | 0 | 143 | 111 | 1 | 530 | 142 | 62 |
| Binary | 11111101 | 11 | 1000100 | 0 | 1100011 | 1001001 | 1 | 101011000 | 1100010 | 110010 |
Color Harmonies of #FD0344
Complementary color
Monochromatic Colors of #FD0344
Black with #FD0344
Text Example
Text Example
White with #FD0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0344; }
p { color: rgb(253,3,68); }
H1.HeaderClassName
{
color: #FD0344;
}
.AnyTagClassName
{
color: #FD0344;
}
</style>
background-color css
<style>
a { background-color: #FD0344; }
a { background-color: rgb(253,3,68); }
div.DivClassName
{
background-color: #FD0344;
}
.BgClassName
{
background-color: #FD0344;
}
</style>
border-color css
<style>
span { border-color: #FD0344; }
span { border-color: rgb(253,3,68); }
td.TdClassName
{
border-color: #FD0344;
}
.TagClassName
{
border-color: #FD0344;
}
</style>