Shades of Torch Red #FD1D38
Tints of Torch Red #FD1D38
RGB
CMYK
RGB Variations
Color information
#FD1D38 (or 0xFD1D38) is known color: Torch Red. HEX triplet: FD, 1D and 38. RGB value is (253,29,56). Sum of RGB (Red+Green+Blue) = 253+29+56=338 (44% of max value = 765). Red value is 253 (99.22% from 255 or 74.85% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D38 is #02E2C7. Grayscale: #636363. Windows color (decimal): -189128 or 3677693. OLE color: 3677693.
HSL color Cylindrical-coordinate representation of color #FD1D38: hue angle of 352.77º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1D38 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 56 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.01 |
| HSL | 352.77º | 0.98% | 0.55% | - |
| HSV(B) | 352.77º | 0.89% | 0.99% | - |
| XYZ | 41.66 | 22.05 | 5.8 | - |
| YUV | 99.05 | 103.71 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 56 | 0 | 0.89 | 0.78 | 0.01 | 352.77 | 0.98 | 0.55 |
| Hex | FD | 1D | 38 | 0 | 59 | 4E | 1 | 161 | 62 | 37 |
| Octal | 375 | 35 | 70 | 0 | 131 | 116 | 1 | 541 | 142 | 67 |
| Binary | 11111101 | 11101 | 111000 | 0 | 1011001 | 1001110 | 1 | 101100001 | 1100010 | 110111 |
Color Harmonies of #FD1D38
Complementary color
Monochromatic Colors of #FD1D38
Black with #FD1D38
Text Example
Text Example
White with #FD1D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D38; }
p { color: rgb(253,29,56); }
H1.HeaderClassName
{
color: #FD1D38;
}
.AnyTagClassName
{
color: #FD1D38;
}
</style>
background-color css
<style>
a { background-color: #FD1D38; }
a { background-color: rgb(253,29,56); }
div.DivClassName
{
background-color: #FD1D38;
}
.BgClassName
{
background-color: #FD1D38;
}
</style>
border-color css
<style>
span { border-color: #FD1D38; }
span { border-color: rgb(253,29,56); }
td.TdClassName
{
border-color: #FD1D38;
}
.TagClassName
{
border-color: #FD1D38;
}
</style>