Shades of Torch Red #FD0514
Tints of Torch Red #FD0514
RGB
CMYK
RGB Variations
Color information
#FD0514 (or 0xFD0514) is known color: Torch Red. HEX triplet: FD, 05 and 14. RGB value is (253,5,20). Sum of RGB (Red+Green+Blue) = 253+5+20=278 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.01% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0514 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0514 is #02FAEB. Grayscale: #515151. Windows color (decimal): -195308 or 1312253. OLE color: 1312253.
HSL color Cylindrical-coordinate representation of color #FD0514: hue angle of 356.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0514 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.01 |
| HSL | 356.37º | 0.98% | 0.51% | - |
| HSV(B) | 356.37º | 0.98% | 0.99% | - |
| XYZ | 40.69 | 21.04 | 2.58 | - |
| YUV | 80.86 | 93.66 | 250.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 20 | 0 | 0.98 | 0.92 | 0.01 | 356.37 | 0.98 | 0.51 |
| Hex | FD | 5 | 14 | 0 | 62 | 5C | 1 | 164 | 62 | 33 |
| Octal | 375 | 5 | 24 | 0 | 142 | 134 | 1 | 544 | 142 | 63 |
| Binary | 11111101 | 101 | 10100 | 0 | 1100010 | 1011100 | 1 | 101100100 | 1100010 | 110011 |
Color Harmonies of #FD0514
Complementary color
Monochromatic Colors of #FD0514
Black with #FD0514
Text Example
Text Example
White with #FD0514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0514; }
p { color: rgb(253,5,20); }
H1.HeaderClassName
{
color: #FD0514;
}
.AnyTagClassName
{
color: #FD0514;
}
</style>
background-color css
<style>
a { background-color: #FD0514; }
a { background-color: rgb(253,5,20); }
div.DivClassName
{
background-color: #FD0514;
}
.BgClassName
{
background-color: #FD0514;
}
</style>
border-color css
<style>
span { border-color: #FD0514; }
span { border-color: rgb(253,5,20); }
td.TdClassName
{
border-color: #FD0514;
}
.TagClassName
{
border-color: #FD0514;
}
</style>