Shades of Torch Red #FD0015
Tints of Torch Red #FD0015
RGB
CMYK
RGB Variations
Color information
#FD0015 (or 0xFD0015) is known color: Torch Red. HEX triplet: FD, 00 and 15. RGB value is (253,0,21). Sum of RGB (Red+Green+Blue) = 253+0+21=274 (36% of max value = 765). Red value is 253 (99.22% from 255 or 92.34% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0015 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0015 is #02FFEA. Grayscale: #4E4E4E. Windows color (decimal): -196587 or 1376509. OLE color: 1376509.
HSL color Cylindrical-coordinate representation of color #FD0015: hue angle of 355.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0015 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.92 | 0.01 |
| HSL | 355.02º | 1% | 0.5% | - |
| HSV(B) | 355.02º | 1% | 0.99% | - |
| XYZ | 40.64 | 20.94 | 2.61 | - |
| YUV | 78.04 | 95.82 | 252.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 21 | 0 | 1 | 0.92 | 0.01 | 355.02 | 1 | 0.5 |
| Hex | FD | 0 | 15 | 0 | 64 | 5C | 1 | 163 | 64 | 32 |
| Octal | 375 | 0 | 25 | 0 | 144 | 134 | 1 | 543 | 144 | 62 |
| Binary | 11111101 | 0 | 10101 | 0 | 1100100 | 1011100 | 1 | 101100011 | 1100100 | 110010 |
Color Harmonies of #FD0015
Complementary color
Monochromatic Colors of #FD0015
Black with #FD0015
Text Example
Text Example
White with #FD0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0015; }
p { color: rgb(253,0,21); }
H1.HeaderClassName
{
color: #FD0015;
}
.AnyTagClassName
{
color: #FD0015;
}
</style>
background-color css
<style>
a { background-color: #FD0015; }
a { background-color: rgb(253,0,21); }
div.DivClassName
{
background-color: #FD0015;
}
.BgClassName
{
background-color: #FD0015;
}
</style>
border-color css
<style>
span { border-color: #FD0015; }
span { border-color: rgb(253,0,21); }
td.TdClassName
{
border-color: #FD0015;
}
.TagClassName
{
border-color: #FD0015;
}
</style>