Shades of Red #F2100A
Tints of Red #F2100A
RGB
CMYK
RGB Variations
Color information
#F2100A (or 0xF2100A) is known color: Red. HEX triplet: F2, 10 and 0A. RGB value is (242,16,10). Sum of RGB (Red+Green+Blue) = 242+16+10=268 (35% of max value = 765). Red value is 242 (94.92% from 255 or 90.30% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 242 - color contains mainly: red. Hex color #F2100A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2100A is #0DEFF5. Grayscale: #535353. Windows color (decimal): -913398 or 659698. OLE color: 659698.
HSL color Cylindrical-coordinate representation of color #F2100A: hue angle of 1.55º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2100A is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 10 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.05 |
| HSL | 1.55º | 0.92% | 0.49% | - |
| HSV(B) | 1.55º | 0.96% | 0.95% | - |
| XYZ | 36.86 | 19.27 | 2.06 | - |
| YUV | 82.89 | 86.87 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 10 | 0 | 0.93 | 0.96 | 0.05 | 1.55 | 0.92 | 0.49 |
| Hex | F2 | 10 | A | 0 | 5D | 60 | 5 | 2 | 5C | 31 |
| Octal | 362 | 20 | 12 | 0 | 135 | 140 | 5 | 2 | 134 | 61 |
| Binary | 11110010 | 10000 | 1010 | 0 | 1011101 | 1100000 | 101 | 10 | 1011100 | 110001 |
Color Harmonies of #F2100A
Complementary color
Monochromatic Colors of #F2100A
Black with #F2100A
Text Example
Text Example
White with #F2100A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2100A; }
p { color: rgb(242,16,10); }
H1.HeaderClassName
{
color: #F2100A;
}
.AnyTagClassName
{
color: #F2100A;
}
</style>
background-color css
<style>
a { background-color: #F2100A; }
a { background-color: rgb(242,16,10); }
div.DivClassName
{
background-color: #F2100A;
}
.BgClassName
{
background-color: #F2100A;
}
</style>
border-color css
<style>
span { border-color: #F2100A; }
span { border-color: rgb(242,16,10); }
td.TdClassName
{
border-color: #F2100A;
}
.TagClassName
{
border-color: #F2100A;
}
</style>