Shades of Torch Red #FD1215
Tints of Torch Red #FD1215
RGB
CMYK
RGB Variations
Color information
#FD1215 (or 0xFD1215) is known color: Torch Red. HEX triplet: FD, 12 and 15. RGB value is (253,18,21). Sum of RGB (Red+Green+Blue) = 253+18+21=292 (38% of max value = 765). Red value is 253 (99.22% from 255 or 86.64% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1215 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1215 is #02EDEA. Grayscale: #585858. Windows color (decimal): -191979 or 1381117. OLE color: 1381117.
HSL color Cylindrical-coordinate representation of color #FD1215: hue angle of 359.23º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD1215 is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 21 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.01 |
| HSL | 359.23º | 0.98% | 0.53% | - |
| HSV(B) | 359.23º | 0.93% | 0.99% | - |
| XYZ | 40.86 | 21.37 | 2.68 | - |
| YUV | 88.61 | 89.86 | 245.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 21 | 0 | 0.93 | 0.92 | 0.01 | 359.23 | 0.98 | 0.53 |
| Hex | FD | 12 | 15 | 0 | 5D | 5C | 1 | 167 | 62 | 35 |
| Octal | 375 | 22 | 25 | 0 | 135 | 134 | 1 | 547 | 142 | 65 |
| Binary | 11111101 | 10010 | 10101 | 0 | 1011101 | 1011100 | 1 | 101100111 | 1100010 | 110101 |
Color Harmonies of #FD1215
Complementary color
Monochromatic Colors of #FD1215
Black with #FD1215
Text Example
Text Example
White with #FD1215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1215; }
p { color: rgb(253,18,21); }
H1.HeaderClassName
{
color: #FD1215;
}
.AnyTagClassName
{
color: #FD1215;
}
</style>
background-color css
<style>
a { background-color: #FD1215; }
a { background-color: rgb(253,18,21); }
div.DivClassName
{
background-color: #FD1215;
}
.BgClassName
{
background-color: #FD1215;
}
</style>
border-color css
<style>
span { border-color: #FD1215; }
span { border-color: rgb(253,18,21); }
td.TdClassName
{
border-color: #FD1215;
}
.TagClassName
{
border-color: #FD1215;
}
</style>