Shades of Torch Red #F40D2A
Tints of Torch Red #F40D2A
RGB
CMYK
RGB Variations
Color information
#F40D2A (or 0xF40D2A) is known color: Torch Red. HEX triplet: F4, 0D and 2A. RGB value is (244,13,42). Sum of RGB (Red+Green+Blue) = 244+13+42=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F40D2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40D2A is #0BF2D5. Grayscale: #555555. Windows color (decimal): -783062 or 2756084. OLE color: 2756084.
HSL color Cylindrical-coordinate representation of color #F40D2A: hue angle of 352.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40D2A is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 13 | 42 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.04 |
| HSL | 352.47º | 0.91% | 0.5% | - |
| HSV(B) | 352.47º | 0.95% | 0.96% | - |
| XYZ | 37.87 | 19.69 | 3.99 | - |
| YUV | 85.38 | 103.53 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 13 | 42 | 0 | 0.95 | 0.83 | 0.04 | 352.47 | 0.91 | 0.5 |
| Hex | F4 | D | 2A | 0 | 5F | 53 | 4 | 160 | 5B | 32 |
| Octal | 364 | 15 | 52 | 0 | 137 | 123 | 4 | 540 | 133 | 62 |
| Binary | 11110100 | 1101 | 101010 | 0 | 1011111 | 1010011 | 100 | 101100000 | 1011011 | 110010 |
Color Harmonies of #F40D2A
Complementary color
Monochromatic Colors of #F40D2A
Black with #F40D2A
Text Example
Text Example
White with #F40D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40D2A; }
p { color: rgb(244,13,42); }
H1.HeaderClassName
{
color: #F40D2A;
}
.AnyTagClassName
{
color: #F40D2A;
}
</style>
background-color css
<style>
a { background-color: #F40D2A; }
a { background-color: rgb(244,13,42); }
div.DivClassName
{
background-color: #F40D2A;
}
.BgClassName
{
background-color: #F40D2A;
}
</style>
border-color css
<style>
span { border-color: #F40D2A; }
span { border-color: rgb(244,13,42); }
td.TdClassName
{
border-color: #F40D2A;
}
.TagClassName
{
border-color: #F40D2A;
}
</style>