Shades of Red #F0120B
Tints of Red #F0120B
RGB
CMYK
RGB Variations
Color information
#F0120B (or 0xF0120B) is known color: Red. HEX triplet: F0, 12 and 0B. RGB value is (240,18,11). Sum of RGB (Red+Green+Blue) = 240+18+11=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F0120B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0120B is #0FEDF4. Grayscale: #535353. Windows color (decimal): -1043957 or 725744. OLE color: 725744.
HSL color Cylindrical-coordinate representation of color #F0120B: hue angle of 1.83º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0120B is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 11 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.06 |
| HSL | 1.83º | 0.91% | 0.49% | - |
| HSV(B) | 1.83º | 0.95% | 0.94% | - |
| XYZ | 36.21 | 18.98 | 2.07 | - |
| YUV | 83.58 | 87.05 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 11 | 0 | 0.92 | 0.95 | 0.06 | 1.83 | 0.91 | 0.49 |
| Hex | F0 | 12 | B | 0 | 5C | 5F | 6 | 2 | 5B | 31 |
| Octal | 360 | 22 | 13 | 0 | 134 | 137 | 6 | 2 | 133 | 61 |
| Binary | 11110000 | 10010 | 1011 | 0 | 1011100 | 1011111 | 110 | 10 | 1011011 | 110001 |
Color Harmonies of #F0120B
Complementary color
Monochromatic Colors of #F0120B
Black with #F0120B
Text Example
Text Example
White with #F0120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0120B; }
p { color: rgb(240,18,11); }
H1.HeaderClassName
{
color: #F0120B;
}
.AnyTagClassName
{
color: #F0120B;
}
</style>
background-color css
<style>
a { background-color: #F0120B; }
a { background-color: rgb(240,18,11); }
div.DivClassName
{
background-color: #F0120B;
}
.BgClassName
{
background-color: #F0120B;
}
</style>
border-color css
<style>
span { border-color: #F0120B; }
span { border-color: rgb(240,18,11); }
td.TdClassName
{
border-color: #F0120B;
}
.TagClassName
{
border-color: #F0120B;
}
</style>