Shades of Torch Red #F21530
Tints of Torch Red #F21530
RGB
CMYK
RGB Variations
Color information
#F21530 (or 0xF21530) is known color: Torch Red. HEX triplet: F2, 15 and 30. RGB value is (242,21,48). Sum of RGB (Red+Green+Blue) = 242+21+48=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F21530 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21530 is #0DEACF. Grayscale: #5A5A5A. Windows color (decimal): -912080 or 3151346. OLE color: 3151346.
HSL color Cylindrical-coordinate representation of color #F21530: hue angle of 352.67º 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 #F21530 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 48 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.05 |
| HSL | 352.67º | 0.89% | 0.52% | - |
| HSV(B) | 352.67º | 0.91% | 0.95% | - |
| XYZ | 37.42 | 19.63 | 4.61 | - |
| YUV | 90.16 | 104.22 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 48 | 0 | 0.91 | 0.80 | 0.05 | 352.67 | 0.89 | 0.52 |
| Hex | F2 | 15 | 30 | 0 | 5B | 50 | 5 | 161 | 59 | 34 |
| Octal | 362 | 25 | 60 | 0 | 133 | 120 | 5 | 541 | 131 | 64 |
| Binary | 11110010 | 10101 | 110000 | 0 | 1011011 | 1010000 | 101 | 101100001 | 1011001 | 110100 |
Color Harmonies of #F21530
Complementary color
Monochromatic Colors of #F21530
Black with #F21530
Text Example
Text Example
White with #F21530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21530; }
p { color: rgb(242,21,48); }
H1.HeaderClassName
{
color: #F21530;
}
.AnyTagClassName
{
color: #F21530;
}
</style>
background-color css
<style>
a { background-color: #F21530; }
a { background-color: rgb(242,21,48); }
div.DivClassName
{
background-color: #F21530;
}
.BgClassName
{
background-color: #F21530;
}
</style>
border-color css
<style>
span { border-color: #F21530; }
span { border-color: rgb(242,21,48); }
td.TdClassName
{
border-color: #F21530;
}
.TagClassName
{
border-color: #F21530;
}
</style>