Shades of Red #F40900
Tints of Red #F40900
RGB
CMYK
RGB Variations
Color information
#F40900 (or 0xF40900) is known color: Red. HEX triplet: F4, 09 and 00. RGB value is (244,9,0). Sum of RGB (Red+Green+Blue) = 244+9+0=253 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.44% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 244 - color contains mainly: red. Hex color #F40900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40900 is #0BF6FF. Grayscale: #4E4E4E. Windows color (decimal): -784128 or 2548. OLE color: 2548.
HSL color Cylindrical-coordinate representation of color #F40900: hue angle of 2.21º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40900 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 9 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.04 |
| HSL | 2.21º | 1% | 0.48% | - |
| HSV(B) | 2.21º | 1% | 0.96% | - |
| XYZ | 37.41 | 19.43 | 1.78 | - |
| YUV | 78.24 | 83.86 | 246.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 9 | 0 | 0 | 0.96 | 1 | 0.04 | 2.21 | 1 | 0.48 |
| Hex | F4 | 9 | 0 | 0 | 60 | 64 | 4 | 2 | 64 | 30 |
| Octal | 364 | 11 | 0 | 0 | 140 | 144 | 4 | 2 | 144 | 60 |
| Binary | 11110100 | 1001 | 0 | 0 | 1100000 | 1100100 | 100 | 10 | 1100100 | 110000 |
Color Harmonies of #F40900
Complementary color
Monochromatic Colors of #F40900
Black with #F40900
Text Example
Text Example
White with #F40900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40900; }
p { color: rgb(244,9,0); }
H1.HeaderClassName
{
color: #F40900;
}
.AnyTagClassName
{
color: #F40900;
}
</style>
background-color css
<style>
a { background-color: #F40900; }
a { background-color: rgb(244,9,0); }
div.DivClassName
{
background-color: #F40900;
}
.BgClassName
{
background-color: #F40900;
}
</style>
border-color css
<style>
span { border-color: #F40900; }
span { border-color: rgb(244,9,0); }
td.TdClassName
{
border-color: #F40900;
}
.TagClassName
{
border-color: #F40900;
}
</style>