Shades of Torch Red #F5142A
Tints of Torch Red #F5142A
RGB
CMYK
RGB Variations
Color information
#F5142A (or 0xF5142A) is known color: Torch Red. HEX triplet: F5, 14 and 2A. RGB value is (245,20,42). Sum of RGB (Red+Green+Blue) = 245+20+42=307 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.80% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 245 - color contains mainly: red. Hex color #F5142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5142A is #0AEBD5. Grayscale: #595959. Windows color (decimal): -715734 or 2757877. OLE color: 2757877.
HSL color Cylindrical-coordinate representation of color #F5142A: hue angle of 354.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5142A is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 42 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.04 |
| HSL | 354.13º | 0.92% | 0.52% | - |
| HSV(B) | 354.13º | 0.92% | 0.96% | - |
| XYZ | 38.32 | 20.08 | 4.05 | - |
| YUV | 89.78 | 101.04 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 42 | 0 | 0.92 | 0.83 | 0.04 | 354.13 | 0.92 | 0.52 |
| Hex | F5 | 14 | 2A | 0 | 5C | 53 | 4 | 162 | 5C | 34 |
| Octal | 365 | 24 | 52 | 0 | 134 | 123 | 4 | 542 | 134 | 64 |
| Binary | 11110101 | 10100 | 101010 | 0 | 1011100 | 1010011 | 100 | 101100010 | 1011100 | 110100 |
Color Harmonies of #F5142A
Complementary color
Monochromatic Colors of #F5142A
Black with #F5142A
Text Example
Text Example
White with #F5142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5142A; }
p { color: rgb(245,20,42); }
H1.HeaderClassName
{
color: #F5142A;
}
.AnyTagClassName
{
color: #F5142A;
}
</style>
background-color css
<style>
a { background-color: #F5142A; }
a { background-color: rgb(245,20,42); }
div.DivClassName
{
background-color: #F5142A;
}
.BgClassName
{
background-color: #F5142A;
}
</style>
border-color css
<style>
span { border-color: #F5142A; }
span { border-color: rgb(245,20,42); }
td.TdClassName
{
border-color: #F5142A;
}
.TagClassName
{
border-color: #F5142A;
}
</style>