Shades of Torch Red #FD0612
Tints of Torch Red #FD0612
RGB
CMYK
RGB Variations
Color information
#FD0612 (or 0xFD0612) is known color: Torch Red. HEX triplet: FD, 06 and 12. RGB value is (253,6,18). Sum of RGB (Red+Green+Blue) = 253+6+18=277 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.34% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0612 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0612 is #02F9ED. Grayscale: #515151. Windows color (decimal): -195054 or 1181437. OLE color: 1181437.
HSL color Cylindrical-coordinate representation of color #FD0612: hue angle of 357.09º 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 #FD0612 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.01 |
| HSL | 357.09º | 0.98% | 0.51% | - |
| HSV(B) | 357.09º | 0.98% | 0.99% | - |
| XYZ | 40.68 | 21.06 | 2.49 | - |
| YUV | 81.22 | 92.33 | 250.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 18 | 0 | 0.98 | 0.93 | 0.01 | 357.09 | 0.98 | 0.51 |
| Hex | FD | 6 | 12 | 0 | 62 | 5D | 1 | 165 | 62 | 33 |
| Octal | 375 | 6 | 22 | 0 | 142 | 135 | 1 | 545 | 142 | 63 |
| Binary | 11111101 | 110 | 10010 | 0 | 1100010 | 1011101 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FD0612
Complementary color
Monochromatic Colors of #FD0612
Black with #FD0612
Text Example
Text Example
White with #FD0612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0612; }
p { color: rgb(253,6,18); }
H1.HeaderClassName
{
color: #FD0612;
}
.AnyTagClassName
{
color: #FD0612;
}
</style>
background-color css
<style>
a { background-color: #FD0612; }
a { background-color: rgb(253,6,18); }
div.DivClassName
{
background-color: #FD0612;
}
.BgClassName
{
background-color: #FD0612;
}
</style>
border-color css
<style>
span { border-color: #FD0612; }
span { border-color: rgb(253,6,18); }
td.TdClassName
{
border-color: #FD0612;
}
.TagClassName
{
border-color: #FD0612;
}
</style>