Shades of Torch Red #F21627
Tints of Torch Red #F21627
RGB
CMYK
RGB Variations
Color information
#F21627 (or 0xF21627) is known color: Torch Red. HEX triplet: F2, 16 and 27. RGB value is (242,22,39). Sum of RGB (Red+Green+Blue) = 242+22+39=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F21627 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21627 is #0DE9D8. Grayscale: #595959. Windows color (decimal): -911833 or 2561778. OLE color: 2561778.
HSL color Cylindrical-coordinate representation of color #F21627: hue angle of 355.36º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21627 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 39 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.05 |
| HSL | 355.36º | 0.89% | 0.52% | - |
| HSV(B) | 355.36º | 0.91% | 0.95% | - |
| XYZ | 37.27 | 19.6 | 3.74 | - |
| YUV | 89.72 | 99.39 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 39 | 0 | 0.91 | 0.84 | 0.05 | 355.36 | 0.89 | 0.52 |
| Hex | F2 | 16 | 27 | 0 | 5B | 54 | 5 | 163 | 59 | 34 |
| Octal | 362 | 26 | 47 | 0 | 133 | 124 | 5 | 543 | 131 | 64 |
| Binary | 11110010 | 10110 | 100111 | 0 | 1011011 | 1010100 | 101 | 101100011 | 1011001 | 110100 |
Color Harmonies of #F21627
Complementary color
Monochromatic Colors of #F21627
Black with #F21627
Text Example
Text Example
White with #F21627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21627; }
p { color: rgb(242,22,39); }
H1.HeaderClassName
{
color: #F21627;
}
.AnyTagClassName
{
color: #F21627;
}
</style>
background-color css
<style>
a { background-color: #F21627; }
a { background-color: rgb(242,22,39); }
div.DivClassName
{
background-color: #F21627;
}
.BgClassName
{
background-color: #F21627;
}
</style>
border-color css
<style>
span { border-color: #F21627; }
span { border-color: rgb(242,22,39); }
td.TdClassName
{
border-color: #F21627;
}
.TagClassName
{
border-color: #F21627;
}
</style>