Shades of Torch Red #FD0436
Tints of Torch Red #FD0436
RGB
CMYK
RGB Variations
Color information
#FD0436 (or 0xFD0436) is known color: Torch Red. HEX triplet: FD, 04 and 36. RGB value is (253,4,54). Sum of RGB (Red+Green+Blue) = 253+4+54=311 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.35% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0436 is #02FBC9. Grayscale: #545454. Windows color (decimal): -195530 or 3540221. OLE color: 3540221.
HSL color Cylindrical-coordinate representation of color #FD0436: hue angle of 347.95º 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 #FD0436 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 54 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.01 |
| HSL | 347.95º | 0.98% | 0.5% | - |
| HSV(B) | 347.95º | 0.98% | 0.99% | - |
| XYZ | 41.22 | 21.24 | 5.42 | - |
| YUV | 84.15 | 110.99 | 248.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 54 | 0 | 0.98 | 0.79 | 0.01 | 347.95 | 0.98 | 0.5 |
| Hex | FD | 4 | 36 | 0 | 62 | 4F | 1 | 15C | 62 | 32 |
| Octal | 375 | 4 | 66 | 0 | 142 | 117 | 1 | 534 | 142 | 62 |
| Binary | 11111101 | 100 | 110110 | 0 | 1100010 | 1001111 | 1 | 101011100 | 1100010 | 110010 |
Color Harmonies of #FD0436
Complementary color
Monochromatic Colors of #FD0436
Black with #FD0436
Text Example
Text Example
White with #FD0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0436; }
p { color: rgb(253,4,54); }
H1.HeaderClassName
{
color: #FD0436;
}
.AnyTagClassName
{
color: #FD0436;
}
</style>
background-color css
<style>
a { background-color: #FD0436; }
a { background-color: rgb(253,4,54); }
div.DivClassName
{
background-color: #FD0436;
}
.BgClassName
{
background-color: #FD0436;
}
</style>
border-color css
<style>
span { border-color: #FD0436; }
span { border-color: rgb(253,4,54); }
td.TdClassName
{
border-color: #FD0436;
}
.TagClassName
{
border-color: #FD0436;
}
</style>