Shades of Torch Red #F4152B
Tints of Torch Red #F4152B
RGB
CMYK
RGB Variations
Color information
#F4152B (or 0xF4152B) is known color: Torch Red. HEX triplet: F4, 15 and 2B. RGB value is (244,21,43). Sum of RGB (Red+Green+Blue) = 244+21+43=308 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.22% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 244 - color contains mainly: red. Hex color #F4152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4152B is #0BEAD4. Grayscale: #5A5A5A. Windows color (decimal): -781013 or 2823668. OLE color: 2823668.
HSL color Cylindrical-coordinate representation of color #F4152B: hue angle of 354.08º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4152B is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 21 | 43 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.04 |
| HSL | 354.08º | 0.91% | 0.52% | - |
| HSV(B) | 354.08º | 0.91% | 0.96% | - |
| XYZ | 38.01 | 19.94 | 4.13 | - |
| YUV | 90.19 | 101.38 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 21 | 43 | 0 | 0.91 | 0.82 | 0.04 | 354.08 | 0.91 | 0.52 |
| Hex | F4 | 15 | 2B | 0 | 5B | 52 | 4 | 162 | 5B | 34 |
| Octal | 364 | 25 | 53 | 0 | 133 | 122 | 4 | 542 | 133 | 64 |
| Binary | 11110100 | 10101 | 101011 | 0 | 1011011 | 1010010 | 100 | 101100010 | 1011011 | 110100 |
Color Harmonies of #F4152B
Complementary color
Monochromatic Colors of #F4152B
Black with #F4152B
Text Example
Text Example
White with #F4152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4152B; }
p { color: rgb(244,21,43); }
H1.HeaderClassName
{
color: #F4152B;
}
.AnyTagClassName
{
color: #F4152B;
}
</style>
background-color css
<style>
a { background-color: #F4152B; }
a { background-color: rgb(244,21,43); }
div.DivClassName
{
background-color: #F4152B;
}
.BgClassName
{
background-color: #F4152B;
}
</style>
border-color css
<style>
span { border-color: #F4152B; }
span { border-color: rgb(244,21,43); }
td.TdClassName
{
border-color: #F4152B;
}
.TagClassName
{
border-color: #F4152B;
}
</style>