Shades of Torch Red #F40636
Tints of Torch Red #F40636
RGB
CMYK
RGB Variations
Color information
#F40636 (or 0xF40636) is known color: Torch Red. HEX triplet: F4, 06 and 36. RGB value is (244,6,54). Sum of RGB (Red+Green+Blue) = 244+6+54=304 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.26% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 244 - color contains mainly: red. Hex color #F40636 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40636 is #0BF9C9. Grayscale: #525252. Windows color (decimal): -784842 or 3540724. OLE color: 3540724.
HSL color Cylindrical-coordinate representation of color #F40636: hue angle of 347.9º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40636 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 54 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.04 |
| HSL | 347.9º | 0.95% | 0.49% | - |
| HSV(B) | 347.9º | 0.98% | 0.96% | - |
| XYZ | 38.04 | 19.63 | 5.27 | - |
| YUV | 82.63 | 111.85 | 243.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 54 | 0 | 0.98 | 0.78 | 0.04 | 347.9 | 0.95 | 0.49 |
| Hex | F4 | 6 | 36 | 0 | 62 | 4E | 4 | 15C | 5F | 31 |
| Octal | 364 | 6 | 66 | 0 | 142 | 116 | 4 | 534 | 137 | 61 |
| Binary | 11110100 | 110 | 110110 | 0 | 1100010 | 1001110 | 100 | 101011100 | 1011111 | 110001 |
Color Harmonies of #F40636
Complementary color
Monochromatic Colors of #F40636
Black with #F40636
Text Example
Text Example
White with #F40636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40636; }
p { color: rgb(244,6,54); }
H1.HeaderClassName
{
color: #F40636;
}
.AnyTagClassName
{
color: #F40636;
}
</style>
background-color css
<style>
a { background-color: #F40636; }
a { background-color: rgb(244,6,54); }
div.DivClassName
{
background-color: #F40636;
}
.BgClassName
{
background-color: #F40636;
}
</style>
border-color css
<style>
span { border-color: #F40636; }
span { border-color: rgb(244,6,54); }
td.TdClassName
{
border-color: #F40636;
}
.TagClassName
{
border-color: #F40636;
}
</style>