Shades of Torch Red #F40328
Tints of Torch Red #F40328
RGB
CMYK
RGB Variations
Color information
#F40328 (or 0xF40328) is known color: Torch Red. HEX triplet: F4, 03 and 28. RGB value is (244,3,40). Sum of RGB (Red+Green+Blue) = 244+3+40=287 (38% of max value = 765). Red value is 244 (95.70% from 255 or 85.02% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 244 - color contains mainly: red. Hex color #F40328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F40328 is #0BFCD7. Grayscale: #4F4F4F. Windows color (decimal): -785624 or 2622452. OLE color: 2622452.
HSL color Cylindrical-coordinate representation of color #F40328: hue angle of 350.79º 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 #F40328 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.04 |
| HSL | 350.79º | 0.98% | 0.48% | - |
| HSV(B) | 350.79º | 0.99% | 0.96% | - |
| XYZ | 37.72 | 19.45 | 3.77 | - |
| YUV | 79.28 | 105.84 | 245.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 40 | 0 | 0.99 | 0.84 | 0.04 | 350.79 | 0.98 | 0.48 |
| Hex | F4 | 3 | 28 | 0 | 63 | 54 | 4 | 15F | 62 | 30 |
| Octal | 364 | 3 | 50 | 0 | 143 | 124 | 4 | 537 | 142 | 60 |
| Binary | 11110100 | 11 | 101000 | 0 | 1100011 | 1010100 | 100 | 101011111 | 1100010 | 110000 |
Color Harmonies of #F40328
Complementary color
Monochromatic Colors of #F40328
Black with #F40328
Text Example
Text Example
White with #F40328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40328; }
p { color: rgb(244,3,40); }
H1.HeaderClassName
{
color: #F40328;
}
.AnyTagClassName
{
color: #F40328;
}
</style>
background-color css
<style>
a { background-color: #F40328; }
a { background-color: rgb(244,3,40); }
div.DivClassName
{
background-color: #F40328;
}
.BgClassName
{
background-color: #F40328;
}
</style>
border-color css
<style>
span { border-color: #F40328; }
span { border-color: rgb(244,3,40); }
td.TdClassName
{
border-color: #F40328;
}
.TagClassName
{
border-color: #F40328;
}
</style>