Shades of Torch Red #FD1823
Tints of Torch Red #FD1823
RGB
CMYK
RGB Variations
Color information
#FD1823 (or 0xFD1823) is known color: Torch Red. HEX triplet: FD, 18 and 23. RGB value is (253,24,35). Sum of RGB (Red+Green+Blue) = 253+24+35=312 (41% of max value = 765). Red value is 253 (99.22% from 255 or 81.09% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1823 is #02E7DC. Grayscale: #5D5D5D. Windows color (decimal): -190429 or 2300157. OLE color: 2300157.
HSL color Cylindrical-coordinate representation of color #FD1823: hue angle of 357.12º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1823 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 35 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.01 |
| HSL | 357.12º | 0.98% | 0.54% | - |
| HSV(B) | 357.12º | 0.91% | 0.99% | - |
| XYZ | 41.14 | 21.66 | 3.6 | - |
| YUV | 93.73 | 94.87 | 241.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 35 | 0 | 0.91 | 0.86 | 0.01 | 357.12 | 0.98 | 0.54 |
| Hex | FD | 18 | 23 | 0 | 5B | 56 | 1 | 165 | 62 | 36 |
| Octal | 375 | 30 | 43 | 0 | 133 | 126 | 1 | 545 | 142 | 66 |
| Binary | 11111101 | 11000 | 100011 | 0 | 1011011 | 1010110 | 1 | 101100101 | 1100010 | 110110 |
Color Harmonies of #FD1823
Complementary color
Monochromatic Colors of #FD1823
Black with #FD1823
Text Example
Text Example
White with #FD1823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1823; }
p { color: rgb(253,24,35); }
H1.HeaderClassName
{
color: #FD1823;
}
.AnyTagClassName
{
color: #FD1823;
}
</style>
background-color css
<style>
a { background-color: #FD1823; }
a { background-color: rgb(253,24,35); }
div.DivClassName
{
background-color: #FD1823;
}
.BgClassName
{
background-color: #FD1823;
}
</style>
border-color css
<style>
span { border-color: #FD1823; }
span { border-color: rgb(253,24,35); }
td.TdClassName
{
border-color: #FD1823;
}
.TagClassName
{
border-color: #FD1823;
}
</style>