Shades of Red #F2120C
Tints of Red #F2120C
RGB
CMYK
RGB Variations
Color information
#F2120C (or 0xF2120C) is known color: Red. HEX triplet: F2, 12 and 0C. RGB value is (242,18,12). Sum of RGB (Red+Green+Blue) = 242+18+12=272 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.97% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 242 - color contains mainly: red. Hex color #F2120C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2120C is #0DEDF3. Grayscale: #545454. Windows color (decimal): -912884 or 791282. OLE color: 791282.
HSL color Cylindrical-coordinate representation of color #F2120C: hue angle of 1.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2120C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.05 |
| HSL | 1.57º | 0.91% | 0.5% | - |
| HSV(B) | 1.57º | 0.95% | 0.95% | - |
| XYZ | 36.9 | 19.34 | 2.14 | - |
| YUV | 84.29 | 87.21 | 240.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 12 | 0 | 0.93 | 0.95 | 0.05 | 1.57 | 0.91 | 0.5 |
| Hex | F2 | 12 | C | 0 | 5D | 5F | 5 | 2 | 5B | 32 |
| Octal | 362 | 22 | 14 | 0 | 135 | 137 | 5 | 2 | 133 | 62 |
| Binary | 11110010 | 10010 | 1100 | 0 | 1011101 | 1011111 | 101 | 10 | 1011011 | 110010 |
Color Harmonies of #F2120C
Complementary color
Monochromatic Colors of #F2120C
Black with #F2120C
Text Example
Text Example
White with #F2120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2120C; }
p { color: rgb(242,18,12); }
H1.HeaderClassName
{
color: #F2120C;
}
.AnyTagClassName
{
color: #F2120C;
}
</style>
background-color css
<style>
a { background-color: #F2120C; }
a { background-color: rgb(242,18,12); }
div.DivClassName
{
background-color: #F2120C;
}
.BgClassName
{
background-color: #F2120C;
}
</style>
border-color css
<style>
span { border-color: #F2120C; }
span { border-color: rgb(242,18,12); }
td.TdClassName
{
border-color: #F2120C;
}
.TagClassName
{
border-color: #F2120C;
}
</style>