Shades of Red #F40C01
Tints of Red #F40C01
RGB
CMYK
RGB Variations
Color information
#F40C01 (or 0xF40C01) is known color: Red. HEX triplet: F4, 0C and 01. RGB value is (244,12,1). Sum of RGB (Red+Green+Blue) = 244+12+1=257 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.94% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40C01 is #0BF3FE. Grayscale: #505050. Windows color (decimal): -783359 or 68852. OLE color: 68852.
HSL color Cylindrical-coordinate representation of color #F40C01: hue angle of 2.72º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40C01 is Cyan = 0, Magento = 0.95, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 1 | - |
| CMYK | 0 | 0.95 | 1.00 | 0.04 |
| HSL | 2.72º | 0.99% | 0.48% | - |
| HSV(B) | 2.72º | 1% | 0.96% | - |
| XYZ | 37.45 | 19.5 | 1.82 | - |
| YUV | 80.11 | 83.36 | 244.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 1 | 0 | 0.95 | 1.00 | 0.04 | 2.72 | 0.99 | 0.48 |
| Hex | F4 | C | 1 | 0 | 5F | 64 | 4 | 3 | 63 | 30 |
| Octal | 364 | 14 | 1 | 0 | 137 | 144 | 4 | 3 | 143 | 60 |
| Binary | 11110100 | 1100 | 1 | 0 | 1011111 | 1100100 | 100 | 11 | 1100011 | 110000 |
Color Harmonies of #F40C01
Complementary color
Monochromatic Colors of #F40C01
Black with #F40C01
Text Example
Text Example
White with #F40C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C01; }
p { color: rgb(244,12,1); }
H1.HeaderClassName
{
color: #F40C01;
}
.AnyTagClassName
{
color: #F40C01;
}
</style>
background-color css
<style>
a { background-color: #F40C01; }
a { background-color: rgb(244,12,1); }
div.DivClassName
{
background-color: #F40C01;
}
.BgClassName
{
background-color: #F40C01;
}
</style>
border-color css
<style>
span { border-color: #F40C01; }
span { border-color: rgb(244,12,1); }
td.TdClassName
{
border-color: #F40C01;
}
.TagClassName
{
border-color: #F40C01;
}
</style>