Shades of Torch Red #F21C3A
Tints of Torch Red #F21C3A
RGB
CMYK
RGB Variations
Color information
#F21C3A (or 0xF21C3A) is known color: Torch Red. HEX triplet: F2, 1C and 3A. RGB value is (242,28,58). Sum of RGB (Red+Green+Blue) = 242+28+58=328 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.78% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21C3A is #0DE3C5. Grayscale: #5F5F5F. Windows color (decimal): -910278 or 3808498. OLE color: 3808498.
HSL color Cylindrical-coordinate representation of color #F21C3A: hue angle of 351.59º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F21C3A is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 58 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.05 |
| HSL | 351.59º | 0.89% | 0.53% | - |
| HSV(B) | 351.59º | 0.88% | 0.95% | - |
| XYZ | 37.8 | 20.01 | 5.87 | - |
| YUV | 95.41 | 106.9 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 58 | 0 | 0.88 | 0.76 | 0.05 | 351.59 | 0.89 | 0.53 |
| Hex | F2 | 1C | 3A | 0 | 58 | 4C | 5 | 160 | 59 | 35 |
| Octal | 362 | 34 | 72 | 0 | 130 | 114 | 5 | 540 | 131 | 65 |
| Binary | 11110010 | 11100 | 111010 | 0 | 1011000 | 1001100 | 101 | 101100000 | 1011001 | 110101 |
Color Harmonies of #F21C3A
Complementary color
Monochromatic Colors of #F21C3A
Black with #F21C3A
Text Example
Text Example
White with #F21C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C3A; }
p { color: rgb(242,28,58); }
H1.HeaderClassName
{
color: #F21C3A;
}
.AnyTagClassName
{
color: #F21C3A;
}
</style>
background-color css
<style>
a { background-color: #F21C3A; }
a { background-color: rgb(242,28,58); }
div.DivClassName
{
background-color: #F21C3A;
}
.BgClassName
{
background-color: #F21C3A;
}
</style>
border-color css
<style>
span { border-color: #F21C3A; }
span { border-color: rgb(242,28,58); }
td.TdClassName
{
border-color: #F21C3A;
}
.TagClassName
{
border-color: #F21C3A;
}
</style>