Shades of Torch Red #FD1D23
Tints of Torch Red #FD1D23
RGB
CMYK
RGB Variations
Color information
#FD1D23 (or 0xFD1D23) is known color: Torch Red. HEX triplet: FD, 1D and 23. RGB value is (253,29,35). Sum of RGB (Red+Green+Blue) = 253+29+35=317 (41% of max value = 765). Red value is 253 (99.22% from 255 or 79.81% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD1D23 is #02E2DC. Grayscale: #606060. Windows color (decimal): -189149 or 2301437. OLE color: 2301437.
HSL color Cylindrical-coordinate representation of color #FD1D23: hue angle of 358.39º 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 #FD1D23 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 35 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.01 |
| HSL | 358.39º | 0.98% | 0.55% | - |
| HSV(B) | 358.39º | 0.89% | 0.99% | - |
| XYZ | 41.25 | 21.88 | 3.64 | - |
| YUV | 96.66 | 93.21 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 35 | 0 | 0.89 | 0.86 | 0.01 | 358.39 | 0.98 | 0.55 |
| Hex | FD | 1D | 23 | 0 | 59 | 56 | 1 | 166 | 62 | 37 |
| Octal | 375 | 35 | 43 | 0 | 131 | 126 | 1 | 546 | 142 | 67 |
| Binary | 11111101 | 11101 | 100011 | 0 | 1011001 | 1010110 | 1 | 101100110 | 1100010 | 110111 |
Color Harmonies of #FD1D23
Complementary color
Monochromatic Colors of #FD1D23
Black with #FD1D23
Text Example
Text Example
White with #FD1D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D23; }
p { color: rgb(253,29,35); }
H1.HeaderClassName
{
color: #FD1D23;
}
.AnyTagClassName
{
color: #FD1D23;
}
</style>
background-color css
<style>
a { background-color: #FD1D23; }
a { background-color: rgb(253,29,35); }
div.DivClassName
{
background-color: #FD1D23;
}
.BgClassName
{
background-color: #FD1D23;
}
</style>
border-color css
<style>
span { border-color: #FD1D23; }
span { border-color: rgb(253,29,35); }
td.TdClassName
{
border-color: #FD1D23;
}
.TagClassName
{
border-color: #FD1D23;
}
</style>