Shades of Torch Red #FD0435
Tints of Torch Red #FD0435
RGB
CMYK
RGB Variations
Color information
#FD0435 (or 0xFD0435) is known color: Torch Red. HEX triplet: FD, 04 and 35. RGB value is (253,4,53). Sum of RGB (Red+Green+Blue) = 253+4+53=310 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.61% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0435 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0435 is #02FBCA. Grayscale: #545454. Windows color (decimal): -195531 or 3474685. OLE color: 3474685.
HSL color Cylindrical-coordinate representation of color #FD0435: hue angle of 348.19º 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 #FD0435 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.01 |
| HSL | 348.19º | 0.98% | 0.5% | - |
| HSV(B) | 348.19º | 0.98% | 0.99% | - |
| XYZ | 41.19 | 21.23 | 5.29 | - |
| YUV | 84.04 | 110.49 | 248.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 53 | 0 | 0.98 | 0.79 | 0.01 | 348.19 | 0.98 | 0.5 |
| Hex | FD | 4 | 35 | 0 | 62 | 4F | 1 | 15C | 62 | 32 |
| Octal | 375 | 4 | 65 | 0 | 142 | 117 | 1 | 534 | 142 | 62 |
| Binary | 11111101 | 100 | 110101 | 0 | 1100010 | 1001111 | 1 | 101011100 | 1100010 | 110010 |
Color Harmonies of #FD0435
Complementary color
Monochromatic Colors of #FD0435
Black with #FD0435
Text Example
Text Example
White with #FD0435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0435; }
p { color: rgb(253,4,53); }
H1.HeaderClassName
{
color: #FD0435;
}
.AnyTagClassName
{
color: #FD0435;
}
</style>
background-color css
<style>
a { background-color: #FD0435; }
a { background-color: rgb(253,4,53); }
div.DivClassName
{
background-color: #FD0435;
}
.BgClassName
{
background-color: #FD0435;
}
</style>
border-color css
<style>
span { border-color: #FD0435; }
span { border-color: rgb(253,4,53); }
td.TdClassName
{
border-color: #FD0435;
}
.TagClassName
{
border-color: #FD0435;
}
</style>