Shades of Red #F2130C
Tints of Red #F2130C
RGB
CMYK
RGB Variations
Color information
#F2130C (or 0xF2130C) is known color: Red. HEX triplet: F2, 13 and 0C. RGB value is (242,19,12). Sum of RGB (Red+Green+Blue) = 242+19+12=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F2130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2130C is #0DECF3. Grayscale: #555555. Windows color (decimal): -912628 or 791538. OLE color: 791538.
HSL color Cylindrical-coordinate representation of color #F2130C: hue angle of 1.83º 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 #F2130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.05 |
| HSL | 1.83º | 0.91% | 0.5% | - |
| HSV(B) | 1.83º | 0.95% | 0.95% | - |
| XYZ | 36.92 | 19.37 | 2.14 | - |
| YUV | 84.88 | 86.88 | 240.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 12 | 0 | 0.92 | 0.95 | 0.05 | 1.83 | 0.91 | 0.5 |
| Hex | F2 | 13 | C | 0 | 5C | 5F | 5 | 2 | 5B | 32 |
| Octal | 362 | 23 | 14 | 0 | 134 | 137 | 5 | 2 | 133 | 62 |
| Binary | 11110010 | 10011 | 1100 | 0 | 1011100 | 1011111 | 101 | 10 | 1011011 | 110010 |
Color Harmonies of #F2130C
Complementary color
Monochromatic Colors of #F2130C
Black with #F2130C
Text Example
Text Example
White with #F2130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2130C; }
p { color: rgb(242,19,12); }
H1.HeaderClassName
{
color: #F2130C;
}
.AnyTagClassName
{
color: #F2130C;
}
</style>
background-color css
<style>
a { background-color: #F2130C; }
a { background-color: rgb(242,19,12); }
div.DivClassName
{
background-color: #F2130C;
}
.BgClassName
{
background-color: #F2130C;
}
</style>
border-color css
<style>
span { border-color: #F2130C; }
span { border-color: rgb(242,19,12); }
td.TdClassName
{
border-color: #F2130C;
}
.TagClassName
{
border-color: #F2130C;
}
</style>