Shades of Red #F40201
Tints of Red #F40201
RGB
CMYK
RGB Variations
Color information
#F40201 (or 0xF40201) is known color: Red. HEX triplet: F4, 02 and 01. RGB value is (244,2,1). Sum of RGB (Red+Green+Blue) = 244+2+1=247 (32% of max value = 765). Red value is 244 (95.70% from 255 or 98.79% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 244 - color contains mainly: red. Hex color #F40201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40201 is #0BFDFE. Grayscale: #4A4A4A. Windows color (decimal): -785919 or 66292. OLE color: 66292.
HSL color Cylindrical-coordinate representation of color #F40201: hue angle of 0.25º 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 #F40201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.04 |
| HSL | 0.25º | 0.99% | 0.48% | - |
| HSV(B) | 0.25º | 1% | 0.96% | - |
| XYZ | 37.34 | 19.28 | 1.78 | - |
| YUV | 74.24 | 86.67 | 249.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 2 | 1 | 0 | 0.99 | 1.00 | 0.04 | 0.25 | 0.99 | 0.48 |
| Hex | F4 | 2 | 1 | 0 | 63 | 64 | 4 | 0 | 63 | 30 |
| Octal | 364 | 2 | 1 | 0 | 143 | 144 | 4 | 0 | 143 | 60 |
| Binary | 11110100 | 10 | 1 | 0 | 1100011 | 1100100 | 100 | 0 | 1100011 | 110000 |
Color Harmonies of #F40201
Complementary color
Monochromatic Colors of #F40201
Black with #F40201
Text Example
Text Example
White with #F40201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40201; }
p { color: rgb(244,2,1); }
H1.HeaderClassName
{
color: #F40201;
}
.AnyTagClassName
{
color: #F40201;
}
</style>
background-color css
<style>
a { background-color: #F40201; }
a { background-color: rgb(244,2,1); }
div.DivClassName
{
background-color: #F40201;
}
.BgClassName
{
background-color: #F40201;
}
</style>
border-color css
<style>
span { border-color: #F40201; }
span { border-color: rgb(244,2,1); }
td.TdClassName
{
border-color: #F40201;
}
.TagClassName
{
border-color: #F40201;
}
</style>