Shades of Red #F40904
Tints of Red #F40904
RGB
CMYK
RGB Variations
Color information
#F40904 (or 0xF40904) is known color: Red. HEX triplet: F4, 09 and 04. RGB value is (244,9,4). Sum of RGB (Red+Green+Blue) = 244+9+4=257 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.94% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 244 - color contains mainly: red. Hex color #F40904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40904 is #0BF6FB. Grayscale: #4E4E4E. Windows color (decimal): -784124 or 264692. OLE color: 264692.
HSL color Cylindrical-coordinate representation of color #F40904: hue angle of 1.25º degrees, saturation: 0.97, 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 #F40904 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.04 |
| HSL | 1.25º | 0.97% | 0.49% | - |
| HSV(B) | 1.25º | 0.98% | 0.96% | - |
| XYZ | 37.43 | 19.44 | 1.89 | - |
| YUV | 78.7 | 85.86 | 245.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 4 | 0 | 0.96 | 0.98 | 0.04 | 1.25 | 0.97 | 0.49 |
| Hex | F4 | 9 | 4 | 0 | 60 | 62 | 4 | 1 | 61 | 31 |
| Octal | 364 | 11 | 4 | 0 | 140 | 142 | 4 | 1 | 141 | 61 |
| Binary | 11110100 | 1001 | 100 | 0 | 1100000 | 1100010 | 100 | 1 | 1100001 | 110001 |
Color Harmonies of #F40904
Complementary color
Monochromatic Colors of #F40904
Black with #F40904
Text Example
Text Example
White with #F40904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40904; }
p { color: rgb(244,9,4); }
H1.HeaderClassName
{
color: #F40904;
}
.AnyTagClassName
{
color: #F40904;
}
</style>
background-color css
<style>
a { background-color: #F40904; }
a { background-color: rgb(244,9,4); }
div.DivClassName
{
background-color: #F40904;
}
.BgClassName
{
background-color: #F40904;
}
</style>
border-color css
<style>
span { border-color: #F40904; }
span { border-color: rgb(244,9,4); }
td.TdClassName
{
border-color: #F40904;
}
.TagClassName
{
border-color: #F40904;
}
</style>