Shades of Torch Red #FD0441
Tints of Torch Red #FD0441
RGB
CMYK
RGB Variations
Color information
#FD0441 (or 0xFD0441) is known color: Torch Red. HEX triplet: FD, 04 and 41. RGB value is (253,4,65). Sum of RGB (Red+Green+Blue) = 253+4+65=322 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.57% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0441 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0441 is #02FBBE. Grayscale: #555555. Windows color (decimal): -195519 or 4261117. OLE color: 4261117.
HSL color Cylindrical-coordinate representation of color #FD0441: hue angle of 345.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0441 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.01 |
| HSL | 345.3º | 0.98% | 0.5% | - |
| HSV(B) | 345.3º | 0.98% | 0.99% | - |
| XYZ | 41.51 | 21.35 | 6.93 | - |
| YUV | 85.41 | 116.49 | 247.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 65 | 0 | 0.98 | 0.74 | 0.01 | 345.3 | 0.98 | 0.5 |
| Hex | FD | 4 | 41 | 0 | 62 | 4A | 1 | 159 | 62 | 32 |
| Octal | 375 | 4 | 101 | 0 | 142 | 112 | 1 | 531 | 142 | 62 |
| Binary | 11111101 | 100 | 1000001 | 0 | 1100010 | 1001010 | 1 | 101011001 | 1100010 | 110010 |
Color Harmonies of #FD0441
Complementary color
Monochromatic Colors of #FD0441
Black with #FD0441
Text Example
Text Example
White with #FD0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0441; }
p { color: rgb(253,4,65); }
H1.HeaderClassName
{
color: #FD0441;
}
.AnyTagClassName
{
color: #FD0441;
}
</style>
background-color css
<style>
a { background-color: #FD0441; }
a { background-color: rgb(253,4,65); }
div.DivClassName
{
background-color: #FD0441;
}
.BgClassName
{
background-color: #FD0441;
}
</style>
border-color css
<style>
span { border-color: #FD0441; }
span { border-color: rgb(253,4,65); }
td.TdClassName
{
border-color: #FD0441;
}
.TagClassName
{
border-color: #FD0441;
}
</style>