Shades of Red #F40C08
Tints of Red #F40C08
RGB
CMYK
RGB Variations
Color information
#F40C08 (or 0xF40C08) is known color: Red. HEX triplet: F4, 0C and 08. RGB value is (244,12,8). Sum of RGB (Red+Green+Blue) = 244+12+8=264 (34% of max value = 765). Red value is 244 (95.70% from 255 or 92.42% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40C08 is #0BF3F7. Grayscale: #515151. Windows color (decimal): -783352 or 527604. OLE color: 527604.
HSL color Cylindrical-coordinate representation of color #F40C08: hue angle of 1.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40C08 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 8 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.04 |
| HSL | 1.02º | 0.94% | 0.49% | - |
| HSV(B) | 1.02º | 0.97% | 0.96% | - |
| XYZ | 37.48 | 19.51 | 2.02 | - |
| YUV | 80.91 | 86.86 | 244.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 8 | 0 | 0.95 | 0.97 | 0.04 | 1.02 | 0.94 | 0.49 |
| Hex | F4 | C | 8 | 0 | 5F | 61 | 4 | 1 | 5E | 31 |
| Octal | 364 | 14 | 10 | 0 | 137 | 141 | 4 | 1 | 136 | 61 |
| Binary | 11110100 | 1100 | 1000 | 0 | 1011111 | 1100001 | 100 | 1 | 1011110 | 110001 |
Color Harmonies of #F40C08
Complementary color
Monochromatic Colors of #F40C08
Black with #F40C08
Text Example
Text Example
White with #F40C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C08; }
p { color: rgb(244,12,8); }
H1.HeaderClassName
{
color: #F40C08;
}
.AnyTagClassName
{
color: #F40C08;
}
</style>
background-color css
<style>
a { background-color: #F40C08; }
a { background-color: rgb(244,12,8); }
div.DivClassName
{
background-color: #F40C08;
}
.BgClassName
{
background-color: #F40C08;
}
</style>
border-color css
<style>
span { border-color: #F40C08; }
span { border-color: rgb(244,12,8); }
td.TdClassName
{
border-color: #F40C08;
}
.TagClassName
{
border-color: #F40C08;
}
</style>