Shades of Red #F21003
Tints of Red #F21003
RGB
CMYK
RGB Variations
Color information
#F21003 (or 0xF21003) is known color: Red. HEX triplet: F2, 10 and 03. RGB value is (242,16,3). Sum of RGB (Red+Green+Blue) = 242+16+3=261 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.72% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 242 - color contains mainly: red. Hex color #F21003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21003 is #0DEFFC. Grayscale: #525252. Windows color (decimal): -913405 or 200946. OLE color: 200946.
HSL color Cylindrical-coordinate representation of color #F21003: hue angle of 3.26º 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 #F21003 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.05 |
| HSL | 3.26º | 0.98% | 0.48% | - |
| HSV(B) | 3.26º | 0.99% | 0.95% | - |
| XYZ | 36.82 | 19.25 | 1.86 | - |
| YUV | 82.09 | 83.37 | 242.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 3 | 0 | 0.93 | 0.99 | 0.05 | 3.26 | 0.98 | 0.48 |
| Hex | F2 | 10 | 3 | 0 | 5D | 63 | 5 | 3 | 62 | 30 |
| Octal | 362 | 20 | 3 | 0 | 135 | 143 | 5 | 3 | 142 | 60 |
| Binary | 11110010 | 10000 | 11 | 0 | 1011101 | 1100011 | 101 | 11 | 1100010 | 110000 |
Color Harmonies of #F21003
Complementary color
Monochromatic Colors of #F21003
Black with #F21003
Text Example
Text Example
White with #F21003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21003; }
p { color: rgb(242,16,3); }
H1.HeaderClassName
{
color: #F21003;
}
.AnyTagClassName
{
color: #F21003;
}
</style>
background-color css
<style>
a { background-color: #F21003; }
a { background-color: rgb(242,16,3); }
div.DivClassName
{
background-color: #F21003;
}
.BgClassName
{
background-color: #F21003;
}
</style>
border-color css
<style>
span { border-color: #F21003; }
span { border-color: rgb(242,16,3); }
td.TdClassName
{
border-color: #F21003;
}
.TagClassName
{
border-color: #F21003;
}
</style>