Shades of Red #F21101
Tints of Red #F21101
RGB
CMYK
RGB Variations
Color information
#F21101 (or 0xF21101) is known color: Red. HEX triplet: F2, 11 and 01. RGB value is (242,17,1). Sum of RGB (Red+Green+Blue) = 242+17+1=260 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.08% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 242 - color contains mainly: red. Hex color #F21101 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21101 is #0DEEFE. Grayscale: #525252. Windows color (decimal): -913151 or 70130. OLE color: 70130.
HSL color Cylindrical-coordinate representation of color #F21101: hue angle of 3.98º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F21101 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.05 |
| HSL | 3.98º | 0.99% | 0.48% | - |
| HSV(B) | 3.98º | 1% | 0.95% | - |
| XYZ | 36.82 | 19.28 | 1.81 | - |
| YUV | 82.45 | 82.04 | 241.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 1 | 0 | 0.93 | 1.00 | 0.05 | 3.98 | 0.99 | 0.48 |
| Hex | F2 | 11 | 1 | 0 | 5D | 64 | 5 | 4 | 63 | 30 |
| Octal | 362 | 21 | 1 | 0 | 135 | 144 | 5 | 4 | 143 | 60 |
| Binary | 11110010 | 10001 | 1 | 0 | 1011101 | 1100100 | 101 | 100 | 1100011 | 110000 |
Color Harmonies of #F21101
Complementary color
Monochromatic Colors of #F21101
Black with #F21101
Text Example
Text Example
White with #F21101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21101; }
p { color: rgb(242,17,1); }
H1.HeaderClassName
{
color: #F21101;
}
.AnyTagClassName
{
color: #F21101;
}
</style>
background-color css
<style>
a { background-color: #F21101; }
a { background-color: rgb(242,17,1); }
div.DivClassName
{
background-color: #F21101;
}
.BgClassName
{
background-color: #F21101;
}
</style>
border-color css
<style>
span { border-color: #F21101; }
span { border-color: rgb(242,17,1); }
td.TdClassName
{
border-color: #F21101;
}
.TagClassName
{
border-color: #F21101;
}
</style>