Shades of Torch Red #F21143
Tints of Torch Red #F21143
RGB
CMYK
RGB Variations
Color information
#F21143 (or 0xF21143) is known color: Torch Red. HEX triplet: F2, 11 and 43. RGB value is (242,17,67). Sum of RGB (Red+Green+Blue) = 242+17+67=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F21143 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21143 is #0DEEBC. Grayscale: #5A5A5A. Windows color (decimal): -913085 or 4395506. OLE color: 4395506.
HSL color Cylindrical-coordinate representation of color #F21143: hue angle of 346.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21143 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 67 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.05 |
| HSL | 346.67º | 0.9% | 0.51% | - |
| HSV(B) | 346.67º | 0.93% | 0.95% | - |
| XYZ | 37.83 | 19.68 | 7.12 | - |
| YUV | 89.98 | 115.04 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 67 | 0 | 0.93 | 0.72 | 0.05 | 346.67 | 0.9 | 0.51 |
| Hex | F2 | 11 | 43 | 0 | 5D | 48 | 5 | 15B | 5A | 33 |
| Octal | 362 | 21 | 103 | 0 | 135 | 110 | 5 | 533 | 132 | 63 |
| Binary | 11110010 | 10001 | 1000011 | 0 | 1011101 | 1001000 | 101 | 101011011 | 1011010 | 110011 |
Color Harmonies of #F21143
Complementary color
Monochromatic Colors of #F21143
Black with #F21143
Text Example
Text Example
White with #F21143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21143; }
p { color: rgb(242,17,67); }
H1.HeaderClassName
{
color: #F21143;
}
.AnyTagClassName
{
color: #F21143;
}
</style>
background-color css
<style>
a { background-color: #F21143; }
a { background-color: rgb(242,17,67); }
div.DivClassName
{
background-color: #F21143;
}
.BgClassName
{
background-color: #F21143;
}
</style>
border-color css
<style>
span { border-color: #F21143; }
span { border-color: rgb(242,17,67); }
td.TdClassName
{
border-color: #F21143;
}
.TagClassName
{
border-color: #F21143;
}
</style>