Shades of Torch Red #F20614
Tints of Torch Red #F20614
RGB
CMYK
RGB Variations
Color information
#F20614 (or 0xF20614) is known color: Torch Red. HEX triplet: F2, 06 and 14. RGB value is (242,6,20). Sum of RGB (Red+Green+Blue) = 242+6+20=268 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.30% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 242 - color contains mainly: red. Hex color #F20614 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20614 is #0DF9EB. Grayscale: #4E4E4E. Windows color (decimal): -915948 or 1312498. OLE color: 1312498.
HSL color Cylindrical-coordinate representation of color #F20614: hue angle of 356.44º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20614 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 6 | 20 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.05 |
| HSL | 356.44º | 0.95% | 0.49% | - |
| HSV(B) | 356.44º | 0.98% | 0.95% | - |
| XYZ | 36.81 | 19.06 | 2.4 | - |
| YUV | 78.16 | 95.19 | 244.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 6 | 20 | 0 | 0.98 | 0.92 | 0.05 | 356.44 | 0.95 | 0.49 |
| Hex | F2 | 6 | 14 | 0 | 62 | 5C | 5 | 164 | 5F | 31 |
| Octal | 362 | 6 | 24 | 0 | 142 | 134 | 5 | 544 | 137 | 61 |
| Binary | 11110010 | 110 | 10100 | 0 | 1100010 | 1011100 | 101 | 101100100 | 1011111 | 110001 |
Color Harmonies of #F20614
Complementary color
Monochromatic Colors of #F20614
Black with #F20614
Text Example
Text Example
White with #F20614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20614; }
p { color: rgb(242,6,20); }
H1.HeaderClassName
{
color: #F20614;
}
.AnyTagClassName
{
color: #F20614;
}
</style>
background-color css
<style>
a { background-color: #F20614; }
a { background-color: rgb(242,6,20); }
div.DivClassName
{
background-color: #F20614;
}
.BgClassName
{
background-color: #F20614;
}
</style>
border-color css
<style>
span { border-color: #F20614; }
span { border-color: rgb(242,6,20); }
td.TdClassName
{
border-color: #F20614;
}
.TagClassName
{
border-color: #F20614;
}
</style>