Shades of Torch Red #FD0614
Tints of Torch Red #FD0614
RGB
CMYK
RGB Variations
Color information
#FD0614 (or 0xFD0614) is known color: Torch Red. HEX triplet: FD, 06 and 14. RGB value is (253,6,20). Sum of RGB (Red+Green+Blue) = 253+6+20=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0614 is #02F9EB. Grayscale: #515151. Windows color (decimal): -195052 or 1312509. OLE color: 1312509.
HSL color Cylindrical-coordinate representation of color #FD0614: hue angle of 356.6º 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 #FD0614 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.01 |
| HSL | 356.6º | 0.98% | 0.51% | - |
| HSV(B) | 356.6º | 0.98% | 0.99% | - |
| XYZ | 40.7 | 21.06 | 2.58 | - |
| YUV | 81.45 | 93.33 | 250.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 20 | 0 | 0.98 | 0.92 | 0.01 | 356.6 | 0.98 | 0.51 |
| Hex | FD | 6 | 14 | 0 | 62 | 5C | 1 | 165 | 62 | 33 |
| Octal | 375 | 6 | 24 | 0 | 142 | 134 | 1 | 545 | 142 | 63 |
| Binary | 11111101 | 110 | 10100 | 0 | 1100010 | 1011100 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FD0614
Complementary color
Monochromatic Colors of #FD0614
Black with #FD0614
Text Example
Text Example
White with #FD0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0614; }
p { color: rgb(253,6,20); }
H1.HeaderClassName
{
color: #FD0614;
}
.AnyTagClassName
{
color: #FD0614;
}
</style>
background-color css
<style>
a { background-color: #FD0614; }
a { background-color: rgb(253,6,20); }
div.DivClassName
{
background-color: #FD0614;
}
.BgClassName
{
background-color: #FD0614;
}
</style>
border-color css
<style>
span { border-color: #FD0614; }
span { border-color: rgb(253,6,20); }
td.TdClassName
{
border-color: #FD0614;
}
.TagClassName
{
border-color: #FD0614;
}
</style>