Shades of Red #F21203
Tints of Red #F21203
RGB
CMYK
RGB Variations
Color information
#F21203 (or 0xF21203) is known color: Red. HEX triplet: F2, 12 and 03. RGB value is (242,18,3). Sum of RGB (Red+Green+Blue) = 242+18+3=263 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.02% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 242 - color contains mainly: red. Hex color #F21203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21203 is #0DEDFC. Grayscale: #535353. Windows color (decimal): -912893 or 201458. OLE color: 201458.
HSL color Cylindrical-coordinate representation of color #F21203: hue angle of 3.77º 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 #F21203 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.05 |
| HSL | 3.77º | 0.98% | 0.48% | - |
| HSV(B) | 3.77º | 0.99% | 0.95% | - |
| XYZ | 36.85 | 19.32 | 1.87 | - |
| YUV | 83.27 | 82.71 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 3 | 0 | 0.93 | 0.99 | 0.05 | 3.77 | 0.98 | 0.48 |
| Hex | F2 | 12 | 3 | 0 | 5D | 63 | 5 | 4 | 62 | 30 |
| Octal | 362 | 22 | 3 | 0 | 135 | 143 | 5 | 4 | 142 | 60 |
| Binary | 11110010 | 10010 | 11 | 0 | 1011101 | 1100011 | 101 | 100 | 1100010 | 110000 |
Color Harmonies of #F21203
Complementary color
Monochromatic Colors of #F21203
Black with #F21203
Text Example
Text Example
White with #F21203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21203; }
p { color: rgb(242,18,3); }
H1.HeaderClassName
{
color: #F21203;
}
.AnyTagClassName
{
color: #F21203;
}
</style>
background-color css
<style>
a { background-color: #F21203; }
a { background-color: rgb(242,18,3); }
div.DivClassName
{
background-color: #F21203;
}
.BgClassName
{
background-color: #F21203;
}
</style>
border-color css
<style>
span { border-color: #F21203; }
span { border-color: rgb(242,18,3); }
td.TdClassName
{
border-color: #F21203;
}
.TagClassName
{
border-color: #F21203;
}
</style>