Shades of Torch Red #FD1518
Tints of Torch Red #FD1518
RGB
CMYK
RGB Variations
Color information
#FD1518 (or 0xFD1518) is known color: Torch Red. HEX triplet: FD, 15 and 18. RGB value is (253,21,24). Sum of RGB (Red+Green+Blue) = 253+21+24=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 24 (9.77% from 255 or 8.05% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1518 is #02EAE7. Grayscale: #5A5A5A. Windows color (decimal): -191208 or 1578493. OLE color: 1578493.
HSL color Cylindrical-coordinate representation of color #FD1518: hue angle of 359.22º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1518 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 24 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.01 |
| HSL | 359.22º | 0.98% | 0.54% | - |
| HSV(B) | 359.22º | 0.92% | 0.99% | - |
| XYZ | 40.94 | 21.48 | 2.85 | - |
| YUV | 90.71 | 90.36 | 243.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 24 | 0 | 0.92 | 0.91 | 0.01 | 359.22 | 0.98 | 0.54 |
| Hex | FD | 15 | 18 | 0 | 5C | 5B | 1 | 167 | 62 | 36 |
| Octal | 375 | 25 | 30 | 0 | 134 | 133 | 1 | 547 | 142 | 66 |
| Binary | 11111101 | 10101 | 11000 | 0 | 1011100 | 1011011 | 1 | 101100111 | 1100010 | 110110 |
Color Harmonies of #FD1518
Complementary color
Monochromatic Colors of #FD1518
Black with #FD1518
Text Example
Text Example
White with #FD1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1518; }
p { color: rgb(253,21,24); }
H1.HeaderClassName
{
color: #FD1518;
}
.AnyTagClassName
{
color: #FD1518;
}
</style>
background-color css
<style>
a { background-color: #FD1518; }
a { background-color: rgb(253,21,24); }
div.DivClassName
{
background-color: #FD1518;
}
.BgClassName
{
background-color: #FD1518;
}
</style>
border-color css
<style>
span { border-color: #FD1518; }
span { border-color: rgb(253,21,24); }
td.TdClassName
{
border-color: #FD1518;
}
.TagClassName
{
border-color: #FD1518;
}
</style>