Shades of Red #F40C03
Tints of Red #F40C03
RGB
CMYK
RGB Variations
Color information
#F40C03 (or 0xF40C03) is known color: Red. HEX triplet: F4, 0C and 03. RGB value is (244,12,3). Sum of RGB (Red+Green+Blue) = 244+12+3=259 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.21% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40C03 is #0BF3FC. Grayscale: #505050. Windows color (decimal): -783357 or 199924. OLE color: 199924.
HSL color Cylindrical-coordinate representation of color #F40C03: hue angle of 2.24º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.04 |
| HSL | 2.24º | 0.98% | 0.48% | - |
| HSV(B) | 2.24º | 0.99% | 0.96% | - |
| XYZ | 37.46 | 19.5 | 1.88 | - |
| YUV | 80.34 | 84.36 | 244.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 3 | 0 | 0.95 | 0.99 | 0.04 | 2.24 | 0.98 | 0.48 |
| Hex | F4 | C | 3 | 0 | 5F | 63 | 4 | 2 | 62 | 30 |
| Octal | 364 | 14 | 3 | 0 | 137 | 143 | 4 | 2 | 142 | 60 |
| Binary | 11110100 | 1100 | 11 | 0 | 1011111 | 1100011 | 100 | 10 | 1100010 | 110000 |
Color Harmonies of #F40C03
Complementary color
Monochromatic Colors of #F40C03
Black with #F40C03
Text Example
Text Example
White with #F40C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C03; }
p { color: rgb(244,12,3); }
H1.HeaderClassName
{
color: #F40C03;
}
.AnyTagClassName
{
color: #F40C03;
}
</style>
background-color css
<style>
a { background-color: #F40C03; }
a { background-color: rgb(244,12,3); }
div.DivClassName
{
background-color: #F40C03;
}
.BgClassName
{
background-color: #F40C03;
}
</style>
border-color css
<style>
span { border-color: #F40C03; }
span { border-color: rgb(244,12,3); }
td.TdClassName
{
border-color: #F40C03;
}
.TagClassName
{
border-color: #F40C03;
}
</style>