Shades of Red #F40403
Tints of Red #F40403
RGB
CMYK
RGB Variations
Color information
#F40403 (or 0xF40403) is known color: Red. HEX triplet: F4, 04 and 03. RGB value is (244,4,3). Sum of RGB (Red+Green+Blue) = 244+4+3=251 (33% of max value = 765). Red value is 244 (95.70% from 255 or 97.21% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 244 - color contains mainly: red. Hex color #F40403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40403 is #0BFBFC. Grayscale: #4B4B4B. Windows color (decimal): -785405 or 197876. OLE color: 197876.
HSL color Cylindrical-coordinate representation of color #F40403: hue angle of 0.25º 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 #F40403 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.04 |
| HSL | 0.25º | 0.98% | 0.48% | - |
| HSV(B) | 0.25º | 0.99% | 0.96% | - |
| XYZ | 37.37 | 19.33 | 1.85 | - |
| YUV | 75.65 | 87.01 | 248.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 3 | 0 | 0.98 | 0.99 | 0.04 | 0.25 | 0.98 | 0.48 |
| Hex | F4 | 4 | 3 | 0 | 62 | 63 | 4 | 0 | 62 | 30 |
| Octal | 364 | 4 | 3 | 0 | 142 | 143 | 4 | 0 | 142 | 60 |
| Binary | 11110100 | 100 | 11 | 0 | 1100010 | 1100011 | 100 | 0 | 1100010 | 110000 |
Color Harmonies of #F40403
Complementary color
Monochromatic Colors of #F40403
Black with #F40403
Text Example
Text Example
White with #F40403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40403; }
p { color: rgb(244,4,3); }
H1.HeaderClassName
{
color: #F40403;
}
.AnyTagClassName
{
color: #F40403;
}
</style>
background-color css
<style>
a { background-color: #F40403; }
a { background-color: rgb(244,4,3); }
div.DivClassName
{
background-color: #F40403;
}
.BgClassName
{
background-color: #F40403;
}
</style>
border-color css
<style>
span { border-color: #F40403; }
span { border-color: rgb(244,4,3); }
td.TdClassName
{
border-color: #F40403;
}
.TagClassName
{
border-color: #F40403;
}
</style>