Shades of Red #F40C0A
Tints of Red #F40C0A
RGB
CMYK
RGB Variations
Color information
#F40C0A (or 0xF40C0A) is known color: Red. HEX triplet: F4, 0C and 0A. RGB value is (244,12,10). Sum of RGB (Red+Green+Blue) = 244+12+10=266 (35% of max value = 765). Red value is 244 (95.70% from 255 or 91.73% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C0A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40C0A is #0BF3F5. Grayscale: #515151. Windows color (decimal): -783350 or 658676. OLE color: 658676.
HSL color Cylindrical-coordinate representation of color #F40C0A: hue angle of 0.51º degrees, saturation: 0.92, 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 #F40C0A is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 10 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.04 |
| HSL | 0.51º | 0.92% | 0.5% | - |
| HSV(B) | 0.51º | 0.96% | 0.96% | - |
| XYZ | 37.49 | 19.52 | 2.08 | - |
| YUV | 81.14 | 87.86 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 10 | 0 | 0.95 | 0.96 | 0.04 | 0.51 | 0.92 | 0.5 |
| Hex | F4 | C | A | 0 | 5F | 60 | 4 | 1 | 5C | 32 |
| Octal | 364 | 14 | 12 | 0 | 137 | 140 | 4 | 1 | 134 | 62 |
| Binary | 11110100 | 1100 | 1010 | 0 | 1011111 | 1100000 | 100 | 1 | 1011100 | 110010 |
Color Harmonies of #F40C0A
Complementary color
Monochromatic Colors of #F40C0A
Black with #F40C0A
Text Example
Text Example
White with #F40C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C0A; }
p { color: rgb(244,12,10); }
H1.HeaderClassName
{
color: #F40C0A;
}
.AnyTagClassName
{
color: #F40C0A;
}
</style>
background-color css
<style>
a { background-color: #F40C0A; }
a { background-color: rgb(244,12,10); }
div.DivClassName
{
background-color: #F40C0A;
}
.BgClassName
{
background-color: #F40C0A;
}
</style>
border-color css
<style>
span { border-color: #F40C0A; }
span { border-color: rgb(244,12,10); }
td.TdClassName
{
border-color: #F40C0A;
}
.TagClassName
{
border-color: #F40C0A;
}
</style>