Shades of Red #F40903
Tints of Red #F40903
RGB
CMYK
RGB Variations
Color information
#F40903 (or 0xF40903) is known color: Red. HEX triplet: F4, 09 and 03. RGB value is (244,9,3). Sum of RGB (Red+Green+Blue) = 244+9+3=256 (33% of max value = 765). Red value is 244 (95.70% from 255 or 95.31% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 244 - color contains mainly: red. Hex color #F40903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40903 is #0BF6FC. Grayscale: #4E4E4E. Windows color (decimal): -784125 or 199156. OLE color: 199156.
HSL color Cylindrical-coordinate representation of color #F40903: hue angle of 1.49º 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 #F40903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.04 |
| HSL | 1.49º | 0.98% | 0.48% | - |
| HSV(B) | 1.49º | 0.99% | 0.96% | - |
| XYZ | 37.42 | 19.44 | 1.87 | - |
| YUV | 78.58 | 85.36 | 245.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 3 | 0 | 0.96 | 0.99 | 0.04 | 1.49 | 0.98 | 0.48 |
| Hex | F4 | 9 | 3 | 0 | 60 | 63 | 4 | 1 | 62 | 30 |
| Octal | 364 | 11 | 3 | 0 | 140 | 143 | 4 | 1 | 142 | 60 |
| Binary | 11110100 | 1001 | 11 | 0 | 1100000 | 1100011 | 100 | 1 | 1100010 | 110000 |
Color Harmonies of #F40903
Complementary color
Monochromatic Colors of #F40903
Black with #F40903
Text Example
Text Example
White with #F40903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40903; }
p { color: rgb(244,9,3); }
H1.HeaderClassName
{
color: #F40903;
}
.AnyTagClassName
{
color: #F40903;
}
</style>
background-color css
<style>
a { background-color: #F40903; }
a { background-color: rgb(244,9,3); }
div.DivClassName
{
background-color: #F40903;
}
.BgClassName
{
background-color: #F40903;
}
</style>
border-color css
<style>
span { border-color: #F40903; }
span { border-color: rgb(244,9,3); }
td.TdClassName
{
border-color: #F40903;
}
.TagClassName
{
border-color: #F40903;
}
</style>