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