Shades of Torch Red #FD0712
Tints of Torch Red #FD0712
RGB
CMYK
RGB Variations
Color information
#FD0712 (or 0xFD0712) is known color: Torch Red. HEX triplet: FD, 07 and 12. RGB value is (253,7,18). Sum of RGB (Red+Green+Blue) = 253+7+18=278 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.01% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0712 is #02F8ED. Grayscale: #525252. Windows color (decimal): -194798 or 1181693. OLE color: 1181693.
HSL color Cylindrical-coordinate representation of color #FD0712: hue angle of 357.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD0712 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.01 |
| HSL | 357.32º | 0.98% | 0.51% | - |
| HSV(B) | 357.32º | 0.97% | 0.99% | - |
| XYZ | 40.69 | 21.08 | 2.5 | - |
| YUV | 81.81 | 92 | 250.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 7 | 18 | 0 | 0.97 | 0.93 | 0.01 | 357.32 | 0.98 | 0.51 |
| Hex | FD | 7 | 12 | 0 | 61 | 5D | 1 | 165 | 62 | 33 |
| Octal | 375 | 7 | 22 | 0 | 141 | 135 | 1 | 545 | 142 | 63 |
| Binary | 11111101 | 111 | 10010 | 0 | 1100001 | 1011101 | 1 | 101100101 | 1100010 | 110011 |
Color Harmonies of #FD0712
Complementary color
Monochromatic Colors of #FD0712
Black with #FD0712
Text Example
Text Example
White with #FD0712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0712; }
p { color: rgb(253,7,18); }
H1.HeaderClassName
{
color: #FD0712;
}
.AnyTagClassName
{
color: #FD0712;
}
</style>
background-color css
<style>
a { background-color: #FD0712; }
a { background-color: rgb(253,7,18); }
div.DivClassName
{
background-color: #FD0712;
}
.BgClassName
{
background-color: #FD0712;
}
</style>
border-color css
<style>
span { border-color: #FD0712; }
span { border-color: rgb(253,7,18); }
td.TdClassName
{
border-color: #FD0712;
}
.TagClassName
{
border-color: #FD0712;
}
</style>