Shades of Red #F40706
Tints of Red #F40706
RGB
CMYK
RGB Variations
Color information
#F40706 (or 0xF40706) is known color: Red. HEX triplet: F4, 07 and 06. RGB value is (244,7,6). Sum of RGB (Red+Green+Blue) = 244+7+6=257 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.94% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 244 - color contains mainly: red. Hex color #F40706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40706 is #0BF8F9. Grayscale: #4D4D4D. Windows color (decimal): -784634 or 395252. OLE color: 395252.
HSL color Cylindrical-coordinate representation of color #F40706: hue angle of 0.25º 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 #F40706 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 6 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.04 |
| HSL | 0.25º | 0.95% | 0.49% | - |
| HSV(B) | 0.25º | 0.98% | 0.96% | - |
| XYZ | 37.42 | 19.4 | 1.94 | - |
| YUV | 77.75 | 87.52 | 246.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 6 | 0 | 0.97 | 0.98 | 0.04 | 0.25 | 0.95 | 0.49 |
| Hex | F4 | 7 | 6 | 0 | 61 | 62 | 4 | 0 | 5F | 31 |
| Octal | 364 | 7 | 6 | 0 | 141 | 142 | 4 | 0 | 137 | 61 |
| Binary | 11110100 | 111 | 110 | 0 | 1100001 | 1100010 | 100 | 0 | 1011111 | 110001 |
Color Harmonies of #F40706
Complementary color
Monochromatic Colors of #F40706
Black with #F40706
Text Example
Text Example
White with #F40706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40706; }
p { color: rgb(244,7,6); }
H1.HeaderClassName
{
color: #F40706;
}
.AnyTagClassName
{
color: #F40706;
}
</style>
background-color css
<style>
a { background-color: #F40706; }
a { background-color: rgb(244,7,6); }
div.DivClassName
{
background-color: #F40706;
}
.BgClassName
{
background-color: #F40706;
}
</style>
border-color css
<style>
span { border-color: #F40706; }
span { border-color: rgb(244,7,6); }
td.TdClassName
{
border-color: #F40706;
}
.TagClassName
{
border-color: #F40706;
}
</style>