Shades of Vermilion #F44D1B
Tints of Vermilion #F44D1B
RGB
CMYK
RGB Variations
Color information
#F44D1B (or 0xF44D1B) is known color: Vermilion. HEX triplet: F4, 4D and 1B. RGB value is (244,77,27). Sum of RGB (Red+Green+Blue) = 244+77+27=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F44D1B is #0BB2E4. Grayscale: #797979. Windows color (decimal): -766693 or 1789428. OLE color: 1789428.
HSL color Cylindrical-coordinate representation of color #F44D1B: hue angle of 13.82º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F44D1B is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 27 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.04 |
| HSL | 13.82º | 0.91% | 0.53% | - |
| HSV(B) | 13.82º | 0.89% | 0.96% | - |
| XYZ | 40.16 | 24.62 | 3.67 | - |
| YUV | 121.23 | 74.83 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 27 | 0 | 0.68 | 0.89 | 0.04 | 13.82 | 0.91 | 0.53 |
| Hex | F4 | 4D | 1B | 0 | 44 | 59 | 4 | E | 5B | 35 |
| Octal | 364 | 115 | 33 | 0 | 104 | 131 | 4 | 16 | 133 | 65 |
| Binary | 11110100 | 1001101 | 11011 | 0 | 1000100 | 1011001 | 100 | 1110 | 1011011 | 110101 |
Color Harmonies of #F44D1B
Complementary color
Monochromatic Colors of #F44D1B
Black with #F44D1B
Text Example
Text Example
White with #F44D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D1B; }
p { color: rgb(244,77,27); }
H1.HeaderClassName
{
color: #F44D1B;
}
.AnyTagClassName
{
color: #F44D1B;
}
</style>
background-color css
<style>
a { background-color: #F44D1B; }
a { background-color: rgb(244,77,27); }
div.DivClassName
{
background-color: #F44D1B;
}
.BgClassName
{
background-color: #F44D1B;
}
</style>
border-color css
<style>
span { border-color: #F44D1B; }
span { border-color: rgb(244,77,27); }
td.TdClassName
{
border-color: #F44D1B;
}
.TagClassName
{
border-color: #F44D1B;
}
</style>