Shades of Red #F40705
Tints of Red #F40705
RGB
CMYK
RGB Variations
Color information
#F40705 (or 0xF40705) is known color: Red. HEX triplet: F4, 07 and 05. RGB value is (244,7,5). Sum of RGB (Red+Green+Blue) = 244+7+5=256 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.31% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 244 - color contains mainly: red. Hex color #F40705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40705 is #0BF8FA. Grayscale: #4D4D4D. Windows color (decimal): -784635 or 329716. OLE color: 329716.
HSL color Cylindrical-coordinate representation of color #F40705: hue angle of 0.5º degrees, saturation: 0.96, 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 #F40705 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 5 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.04 |
| HSL | 0.5º | 0.96% | 0.49% | - |
| HSV(B) | 0.5º | 0.98% | 0.96% | - |
| XYZ | 37.41 | 19.4 | 1.92 | - |
| YUV | 77.64 | 87.02 | 246.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 5 | 0 | 0.97 | 0.98 | 0.04 | 0.5 | 0.96 | 0.49 |
| Hex | F4 | 7 | 5 | 0 | 61 | 62 | 4 | 1 | 60 | 31 |
| Octal | 364 | 7 | 5 | 0 | 141 | 142 | 4 | 1 | 140 | 61 |
| Binary | 11110100 | 111 | 101 | 0 | 1100001 | 1100010 | 100 | 1 | 1100000 | 110001 |
Color Harmonies of #F40705
Complementary color
Monochromatic Colors of #F40705
Black with #F40705
Text Example
Text Example
White with #F40705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40705; }
p { color: rgb(244,7,5); }
H1.HeaderClassName
{
color: #F40705;
}
.AnyTagClassName
{
color: #F40705;
}
</style>
background-color css
<style>
a { background-color: #F40705; }
a { background-color: rgb(244,7,5); }
div.DivClassName
{
background-color: #F40705;
}
.BgClassName
{
background-color: #F40705;
}
</style>
border-color css
<style>
span { border-color: #F40705; }
span { border-color: rgb(244,7,5); }
td.TdClassName
{
border-color: #F40705;
}
.TagClassName
{
border-color: #F40705;
}
</style>