Shades of Torch Red #F21A2B
Tints of Torch Red #F21A2B
RGB
CMYK
RGB Variations
Color information
#F21A2B (or 0xF21A2B) is known color: Torch Red. HEX triplet: F2, 1A and 2B. RGB value is (242,26,43). Sum of RGB (Red+Green+Blue) = 242+26+43=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 26 (10.55% from 255 or 8.36% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21A2B is #0DE5D4. Grayscale: #5C5C5C. Windows color (decimal): -910805 or 2824946. OLE color: 2824946.
HSL color Cylindrical-coordinate representation of color #F21A2B: hue angle of 355.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21A2B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 43 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.05 |
| HSL | 355.28º | 0.89% | 0.53% | - |
| HSV(B) | 355.28º | 0.89% | 0.95% | - |
| XYZ | 37.42 | 19.79 | 4.13 | - |
| YUV | 92.52 | 100.06 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 43 | 0 | 0.89 | 0.82 | 0.05 | 355.28 | 0.89 | 0.53 |
| Hex | F2 | 1A | 2B | 0 | 59 | 52 | 5 | 163 | 59 | 35 |
| Octal | 362 | 32 | 53 | 0 | 131 | 122 | 5 | 543 | 131 | 65 |
| Binary | 11110010 | 11010 | 101011 | 0 | 1011001 | 1010010 | 101 | 101100011 | 1011001 | 110101 |
Color Harmonies of #F21A2B
Complementary color
Monochromatic Colors of #F21A2B
Black with #F21A2B
Text Example
Text Example
White with #F21A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21A2B; }
p { color: rgb(242,26,43); }
H1.HeaderClassName
{
color: #F21A2B;
}
.AnyTagClassName
{
color: #F21A2B;
}
</style>
background-color css
<style>
a { background-color: #F21A2B; }
a { background-color: rgb(242,26,43); }
div.DivClassName
{
background-color: #F21A2B;
}
.BgClassName
{
background-color: #F21A2B;
}
</style>
border-color css
<style>
span { border-color: #F21A2B; }
span { border-color: rgb(242,26,43); }
td.TdClassName
{
border-color: #F21A2B;
}
.TagClassName
{
border-color: #F21A2B;
}
</style>