Shades of Torch Red #F40343
Tints of Torch Red #F40343
RGB
CMYK
RGB Variations
Color information
#F40343 (or 0xF40343) is known color: Torch Red. HEX triplet: F4, 03 and 43. RGB value is (244,3,67). Sum of RGB (Red+Green+Blue) = 244+3+67=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F40343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40343 is #0BFCBC. Grayscale: #525252. Windows color (decimal): -785597 or 4391924. OLE color: 4391924.
HSL color Cylindrical-coordinate representation of color #F40343: hue angle of 344.07º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40343 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 67 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.04 |
| HSL | 344.07º | 0.98% | 0.48% | - |
| HSV(B) | 344.07º | 0.99% | 0.96% | - |
| XYZ | 38.35 | 19.7 | 7.09 | - |
| YUV | 82.36 | 119.34 | 243.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 67 | 0 | 0.99 | 0.73 | 0.04 | 344.07 | 0.98 | 0.48 |
| Hex | F4 | 3 | 43 | 0 | 63 | 49 | 4 | 158 | 62 | 30 |
| Octal | 364 | 3 | 103 | 0 | 143 | 111 | 4 | 530 | 142 | 60 |
| Binary | 11110100 | 11 | 1000011 | 0 | 1100011 | 1001001 | 100 | 101011000 | 1100010 | 110000 |
Color Harmonies of #F40343
Complementary color
Monochromatic Colors of #F40343
Black with #F40343
Text Example
Text Example
White with #F40343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40343; }
p { color: rgb(244,3,67); }
H1.HeaderClassName
{
color: #F40343;
}
.AnyTagClassName
{
color: #F40343;
}
</style>
background-color css
<style>
a { background-color: #F40343; }
a { background-color: rgb(244,3,67); }
div.DivClassName
{
background-color: #F40343;
}
.BgClassName
{
background-color: #F40343;
}
</style>
border-color css
<style>
span { border-color: #F40343; }
span { border-color: rgb(244,3,67); }
td.TdClassName
{
border-color: #F40343;
}
.TagClassName
{
border-color: #F40343;
}
</style>