Shades of Torch Red #FF0714
Tints of Torch Red #FF0714
RGB
CMYK
RGB Variations
Color information
#FF0714 (or 0xFF0714) is known color: Torch Red. HEX triplet: FF, 07 and 14. RGB value is (255,7,20). Sum of RGB (Red+Green+Blue) = 255+7+20=282 (37% of max value = 765). Red value is 255 (100% from 255 or 90.43% from 282); Green value is 7 (3.12% from 255 or 2.48% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0714 is #00F8EB. Grayscale: #525252. Windows color (decimal): -63724 or 1312767. OLE color: 1312767.
HSL color Cylindrical-coordinate representation of color #FF0714: hue angle of 356.85º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0714 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 20 | - |
| CMYK | 0 | 0.97 | 0.92 | 0 |
| HSL | 356.85º | 1% | 0.51% | - |
| HSV(B) | 356.85º | 0.97% | 1% | - |
| XYZ | 41.44 | 21.46 | 2.62 | - |
| YUV | 82.63 | 92.66 | 250.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 20 | 0 | 0.97 | 0.92 | 0 | 356.85 | 1 | 0.51 |
| Hex | FF | 7 | 14 | 0 | 61 | 5C | 0 | 165 | 64 | 33 |
| Octal | 377 | 7 | 24 | 0 | 141 | 134 | 0 | 545 | 144 | 63 |
| Binary | 11111111 | 111 | 10100 | 0 | 1100001 | 1011100 | 0 | 101100101 | 1100100 | 110011 |
Color Harmonies of #FF0714
Complementary color
Monochromatic Colors of #FF0714
Black with #FF0714
Text Example
Text Example
White with #FF0714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0714; }
p { color: rgb(255,7,20); }
H1.HeaderClassName
{
color: #FF0714;
}
.AnyTagClassName
{
color: #FF0714;
}
</style>
background-color css
<style>
a { background-color: #FF0714; }
a { background-color: rgb(255,7,20); }
div.DivClassName
{
background-color: #FF0714;
}
.BgClassName
{
background-color: #FF0714;
}
</style>
border-color css
<style>
span { border-color: #FF0714; }
span { border-color: rgb(255,7,20); }
td.TdClassName
{
border-color: #FF0714;
}
.TagClassName
{
border-color: #FF0714;
}
</style>