Shades of Torch Red #F21A27
Tints of Torch Red #F21A27
RGB
CMYK
RGB Variations
Color information
#F21A27 (or 0xF21A27) is known color: Torch Red. HEX triplet: F2, 1A and 27. RGB value is (242,26,39). Sum of RGB (Red+Green+Blue) = 242+26+39=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F21A27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F21A27 is #0DE5D8. Grayscale: #5C5C5C. Windows color (decimal): -910809 or 2562802. OLE color: 2562802.
HSL color Cylindrical-coordinate representation of color #F21A27: hue angle of 356.39º 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 #F21A27 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 26 | 39 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.05 |
| HSL | 356.39º | 0.89% | 0.53% | - |
| HSV(B) | 356.39º | 0.89% | 0.95% | - |
| XYZ | 37.35 | 19.76 | 3.77 | - |
| YUV | 92.07 | 98.06 | 234.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 26 | 39 | 0 | 0.89 | 0.84 | 0.05 | 356.39 | 0.89 | 0.53 |
| Hex | F2 | 1A | 27 | 0 | 59 | 54 | 5 | 164 | 59 | 35 |
| Octal | 362 | 32 | 47 | 0 | 131 | 124 | 5 | 544 | 131 | 65 |
| Binary | 11110010 | 11010 | 100111 | 0 | 1011001 | 1010100 | 101 | 101100100 | 1011001 | 110101 |
Color Harmonies of #F21A27
Complementary color
Monochromatic Colors of #F21A27
Black with #F21A27
Text Example
Text Example
White with #F21A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21A27; }
p { color: rgb(242,26,39); }
H1.HeaderClassName
{
color: #F21A27;
}
.AnyTagClassName
{
color: #F21A27;
}
</style>
background-color css
<style>
a { background-color: #F21A27; }
a { background-color: rgb(242,26,39); }
div.DivClassName
{
background-color: #F21A27;
}
.BgClassName
{
background-color: #F21A27;
}
</style>
border-color css
<style>
span { border-color: #F21A27; }
span { border-color: rgb(242,26,39); }
td.TdClassName
{
border-color: #F21A27;
}
.TagClassName
{
border-color: #F21A27;
}
</style>