Shades of Red #F40C09
Tints of Red #F40C09
RGB
CMYK
RGB Variations
Color information
#F40C09 (or 0xF40C09) is known color: Red. HEX triplet: F4, 0C and 09. RGB value is (244,12,9). Sum of RGB (Red+Green+Blue) = 244+12+9=265 (35% of max value = 765). Red value is 244 (95.70% from 255 or 92.08% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40C09 is #0BF3F6. Grayscale: #515151. Windows color (decimal): -783351 or 593140. OLE color: 593140.
HSL color Cylindrical-coordinate representation of color #F40C09: hue angle of 0.77º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40C09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.04 |
| HSL | 0.77º | 0.93% | 0.5% | - |
| HSV(B) | 0.77º | 0.96% | 0.96% | - |
| XYZ | 37.49 | 19.52 | 2.05 | - |
| YUV | 81.03 | 87.36 | 244.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 9 | 0 | 0.95 | 0.96 | 0.04 | 0.77 | 0.93 | 0.5 |
| Hex | F4 | C | 9 | 0 | 5F | 60 | 4 | 1 | 5D | 32 |
| Octal | 364 | 14 | 11 | 0 | 137 | 140 | 4 | 1 | 135 | 62 |
| Binary | 11110100 | 1100 | 1001 | 0 | 1011111 | 1100000 | 100 | 1 | 1011101 | 110010 |
Color Harmonies of #F40C09
Complementary color
Monochromatic Colors of #F40C09
Black with #F40C09
Text Example
Text Example
White with #F40C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C09; }
p { color: rgb(244,12,9); }
H1.HeaderClassName
{
color: #F40C09;
}
.AnyTagClassName
{
color: #F40C09;
}
</style>
background-color css
<style>
a { background-color: #F40C09; }
a { background-color: rgb(244,12,9); }
div.DivClassName
{
background-color: #F40C09;
}
.BgClassName
{
background-color: #F40C09;
}
</style>
border-color css
<style>
span { border-color: #F40C09; }
span { border-color: rgb(244,12,9); }
td.TdClassName
{
border-color: #F40C09;
}
.TagClassName
{
border-color: #F40C09;
}
</style>