Shades of Torch Red #F21835
Tints of Torch Red #F21835
RGB
CMYK
RGB Variations
Color information
#F21835 (or 0xF21835) is known color: Torch Red. HEX triplet: F2, 18 and 35. RGB value is (242,24,53). Sum of RGB (Red+Green+Blue) = 242+24+53=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F21835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21835 is #0DE7CA. Grayscale: #5C5C5C. Windows color (decimal): -911307 or 3479794. OLE color: 3479794.
HSL color Cylindrical-coordinate representation of color #F21835: hue angle of 352.02º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21835 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 53 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.05 |
| HSL | 352.02º | 0.89% | 0.52% | - |
| HSV(B) | 352.02º | 0.9% | 0.95% | - |
| XYZ | 37.59 | 19.79 | 5.21 | - |
| YUV | 92.49 | 105.72 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 53 | 0 | 0.90 | 0.78 | 0.05 | 352.02 | 0.89 | 0.52 |
| Hex | F2 | 18 | 35 | 0 | 5A | 4E | 5 | 160 | 59 | 34 |
| Octal | 362 | 30 | 65 | 0 | 132 | 116 | 5 | 540 | 131 | 64 |
| Binary | 11110010 | 11000 | 110101 | 0 | 1011010 | 1001110 | 101 | 101100000 | 1011001 | 110100 |
Color Harmonies of #F21835
Complementary color
Monochromatic Colors of #F21835
Black with #F21835
Text Example
Text Example
White with #F21835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21835; }
p { color: rgb(242,24,53); }
H1.HeaderClassName
{
color: #F21835;
}
.AnyTagClassName
{
color: #F21835;
}
</style>
background-color css
<style>
a { background-color: #F21835; }
a { background-color: rgb(242,24,53); }
div.DivClassName
{
background-color: #F21835;
}
.BgClassName
{
background-color: #F21835;
}
</style>
border-color css
<style>
span { border-color: #F21835; }
span { border-color: rgb(242,24,53); }
td.TdClassName
{
border-color: #F21835;
}
.TagClassName
{
border-color: #F21835;
}
</style>