Shades of Torch Red #F21327
Tints of Torch Red #F21327
RGB
CMYK
RGB Variations
Color information
#F21327 (or 0xF21327) is known color: Torch Red. HEX triplet: F2, 13 and 27. RGB value is (242,19,39). Sum of RGB (Red+Green+Blue) = 242+19+39=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F21327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21327 is #0DECD8. Grayscale: #585858. Windows color (decimal): -912601 or 2561010. OLE color: 2561010.
HSL color Cylindrical-coordinate representation of color #F21327: hue angle of 354.62º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21327 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 39 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.05 |
| HSL | 354.62º | 0.9% | 0.51% | - |
| HSV(B) | 354.62º | 0.92% | 0.95% | - |
| XYZ | 37.22 | 19.49 | 3.72 | - |
| YUV | 87.96 | 100.38 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 39 | 0 | 0.92 | 0.84 | 0.05 | 354.62 | 0.9 | 0.51 |
| Hex | F2 | 13 | 27 | 0 | 5C | 54 | 5 | 163 | 5A | 33 |
| Octal | 362 | 23 | 47 | 0 | 134 | 124 | 5 | 543 | 132 | 63 |
| Binary | 11110010 | 10011 | 100111 | 0 | 1011100 | 1010100 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F21327
Complementary color
Monochromatic Colors of #F21327
Black with #F21327
Text Example
Text Example
White with #F21327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21327; }
p { color: rgb(242,19,39); }
H1.HeaderClassName
{
color: #F21327;
}
.AnyTagClassName
{
color: #F21327;
}
</style>
background-color css
<style>
a { background-color: #F21327; }
a { background-color: rgb(242,19,39); }
div.DivClassName
{
background-color: #F21327;
}
.BgClassName
{
background-color: #F21327;
}
</style>
border-color css
<style>
span { border-color: #F21327; }
span { border-color: rgb(242,19,39); }
td.TdClassName
{
border-color: #F21327;
}
.TagClassName
{
border-color: #F21327;
}
</style>