Shades of Torch Red #FD1E36
Tints of Torch Red #FD1E36
RGB
CMYK
RGB Variations
Color information
#FD1E36 (or 0xFD1E36) is known color: Torch Red. HEX triplet: FD, 1E and 36. RGB value is (253,30,54). Sum of RGB (Red+Green+Blue) = 253+30+54=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1E36 is #02E1C9. Grayscale: #636363. Windows color (decimal): -188874 or 3546877. OLE color: 3546877.
HSL color Cylindrical-coordinate representation of color #FD1E36: hue angle of 353.54º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1E36 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 54 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.01 |
| HSL | 353.54º | 0.98% | 0.55% | - |
| HSV(B) | 353.54º | 0.88% | 0.99% | - |
| XYZ | 41.64 | 22.08 | 5.56 | - |
| YUV | 99.41 | 102.38 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 54 | 0 | 0.88 | 0.79 | 0.01 | 353.54 | 0.98 | 0.55 |
| Hex | FD | 1E | 36 | 0 | 58 | 4F | 1 | 162 | 62 | 37 |
| Octal | 375 | 36 | 66 | 0 | 130 | 117 | 1 | 542 | 142 | 67 |
| Binary | 11111101 | 11110 | 110110 | 0 | 1011000 | 1001111 | 1 | 101100010 | 1100010 | 110111 |
Color Harmonies of #FD1E36
Complementary color
Monochromatic Colors of #FD1E36
Black with #FD1E36
Text Example
Text Example
White with #FD1E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E36; }
p { color: rgb(253,30,54); }
H1.HeaderClassName
{
color: #FD1E36;
}
.AnyTagClassName
{
color: #FD1E36;
}
</style>
background-color css
<style>
a { background-color: #FD1E36; }
a { background-color: rgb(253,30,54); }
div.DivClassName
{
background-color: #FD1E36;
}
.BgClassName
{
background-color: #FD1E36;
}
</style>
border-color css
<style>
span { border-color: #FD1E36; }
span { border-color: rgb(253,30,54); }
td.TdClassName
{
border-color: #FD1E36;
}
.TagClassName
{
border-color: #FD1E36;
}
</style>