Shades of Torch Red #FD1E3C
Tints of Torch Red #FD1E3C
RGB
CMYK
RGB Variations
Color information
#FD1E3C (or 0xFD1E3C) is known color: Torch Red. HEX triplet: FD, 1E and 3C. RGB value is (253,30,60). Sum of RGB (Red+Green+Blue) = 253+30+60=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1E3C is #02E1C3. Grayscale: #646464. Windows color (decimal): -188868 or 3940093. OLE color: 3940093.
HSL color Cylindrical-coordinate representation of color #FD1E3C: hue angle of 351.93º 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 #FD1E3C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 60 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.01 |
| HSL | 351.93º | 0.98% | 0.55% | - |
| HSV(B) | 351.93º | 0.88% | 0.99% | - |
| XYZ | 41.79 | 22.14 | 6.35 | - |
| YUV | 100.1 | 105.38 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 60 | 0 | 0.88 | 0.76 | 0.01 | 351.93 | 0.98 | 0.55 |
| Hex | FD | 1E | 3C | 0 | 58 | 4C | 1 | 160 | 62 | 37 |
| Octal | 375 | 36 | 74 | 0 | 130 | 114 | 1 | 540 | 142 | 67 |
| Binary | 11111101 | 11110 | 111100 | 0 | 1011000 | 1001100 | 1 | 101100000 | 1100010 | 110111 |
Color Harmonies of #FD1E3C
Complementary color
Monochromatic Colors of #FD1E3C
Black with #FD1E3C
Text Example
Text Example
White with #FD1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E3C; }
p { color: rgb(253,30,60); }
H1.HeaderClassName
{
color: #FD1E3C;
}
.AnyTagClassName
{
color: #FD1E3C;
}
</style>
background-color css
<style>
a { background-color: #FD1E3C; }
a { background-color: rgb(253,30,60); }
div.DivClassName
{
background-color: #FD1E3C;
}
.BgClassName
{
background-color: #FD1E3C;
}
</style>
border-color css
<style>
span { border-color: #FD1E3C; }
span { border-color: rgb(253,30,60); }
td.TdClassName
{
border-color: #FD1E3C;
}
.TagClassName
{
border-color: #FD1E3C;
}
</style>