Shades of Red #F0120D
Tints of Red #F0120D
RGB
CMYK
RGB Variations
Color information
#F0120D (or 0xF0120D) is known color: Red. HEX triplet: F0, 12 and 0D. RGB value is (240,18,13). Sum of RGB (Red+Green+Blue) = 240+18+13=271 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.56% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 240 - color contains mainly: red. Hex color #F0120D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0120D is #0FEDF2. Grayscale: #545454. Windows color (decimal): -1043955 or 856816. OLE color: 856816.
HSL color Cylindrical-coordinate representation of color #F0120D: hue angle of 1.32º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0120D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 18 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.06 |
| HSL | 1.32º | 0.9% | 0.5% | - |
| HSV(B) | 1.32º | 0.95% | 0.94% | - |
| XYZ | 36.22 | 18.99 | 2.14 | - |
| YUV | 83.81 | 88.05 | 239.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 18 | 13 | 0 | 0.92 | 0.95 | 0.06 | 1.32 | 0.9 | 0.5 |
| Hex | F0 | 12 | D | 0 | 5C | 5F | 6 | 1 | 5A | 32 |
| Octal | 360 | 22 | 15 | 0 | 134 | 137 | 6 | 1 | 132 | 62 |
| Binary | 11110000 | 10010 | 1101 | 0 | 1011100 | 1011111 | 110 | 1 | 1011010 | 110010 |
Color Harmonies of #F0120D
Complementary color
Monochromatic Colors of #F0120D
Black with #F0120D
Text Example
Text Example
White with #F0120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0120D; }
p { color: rgb(240,18,13); }
H1.HeaderClassName
{
color: #F0120D;
}
.AnyTagClassName
{
color: #F0120D;
}
</style>
background-color css
<style>
a { background-color: #F0120D; }
a { background-color: rgb(240,18,13); }
div.DivClassName
{
background-color: #F0120D;
}
.BgClassName
{
background-color: #F0120D;
}
</style>
border-color css
<style>
span { border-color: #F0120D; }
span { border-color: rgb(240,18,13); }
td.TdClassName
{
border-color: #F0120D;
}
.TagClassName
{
border-color: #F0120D;
}
</style>