Shades of Red #F11003
Tints of Red #F11003
RGB
CMYK
RGB Variations
Color information
#F11003 (or 0xF11003) is known color: Red. HEX triplet: F1, 10 and 03. RGB value is (241,16,3). Sum of RGB (Red+Green+Blue) = 241+16+3=260 (34% of max value = 765). Red value is 241 (94.53% from 255 or 92.69% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 241 - color contains mainly: red. Hex color #F11003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11003 is #0EEFFC. Grayscale: #525252. Windows color (decimal): -978941 or 200945. OLE color: 200945.
HSL color Cylindrical-coordinate representation of color #F11003: hue angle of 3.28º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F11003 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.05 |
| HSL | 3.28º | 0.98% | 0.48% | - |
| HSV(B) | 3.28º | 0.99% | 0.95% | - |
| XYZ | 36.48 | 19.08 | 1.85 | - |
| YUV | 81.79 | 83.54 | 241.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 3 | 0 | 0.93 | 0.99 | 0.05 | 3.28 | 0.98 | 0.48 |
| Hex | F1 | 10 | 3 | 0 | 5D | 63 | 5 | 3 | 62 | 30 |
| Octal | 361 | 20 | 3 | 0 | 135 | 143 | 5 | 3 | 142 | 60 |
| Binary | 11110001 | 10000 | 11 | 0 | 1011101 | 1100011 | 101 | 11 | 1100010 | 110000 |
Color Harmonies of #F11003
Complementary color
Monochromatic Colors of #F11003
Black with #F11003
Text Example
Text Example
White with #F11003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11003; }
p { color: rgb(241,16,3); }
H1.HeaderClassName
{
color: #F11003;
}
.AnyTagClassName
{
color: #F11003;
}
</style>
background-color css
<style>
a { background-color: #F11003; }
a { background-color: rgb(241,16,3); }
div.DivClassName
{
background-color: #F11003;
}
.BgClassName
{
background-color: #F11003;
}
</style>
border-color css
<style>
span { border-color: #F11003; }
span { border-color: rgb(241,16,3); }
td.TdClassName
{
border-color: #F11003;
}
.TagClassName
{
border-color: #F11003;
}
</style>