Shades of Vermilion #F44D1C
Tints of Vermilion #F44D1C
RGB
CMYK
RGB Variations
Color information
#F44D1C (or 0xF44D1C) is known color: Vermilion. HEX triplet: F4, 4D and 1C. RGB value is (244,77,28). Sum of RGB (Red+Green+Blue) = 244+77+28=349 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.91% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F44D1C is #0BB2E3. Grayscale: #797979. Windows color (decimal): -766692 or 1854964. OLE color: 1854964.
HSL color Cylindrical-coordinate representation of color #F44D1C: hue angle of 13.61º 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 #F44D1C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 28 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.04 |
| HSL | 13.61º | 0.91% | 0.53% | - |
| HSV(B) | 13.61º | 0.89% | 0.96% | - |
| XYZ | 40.17 | 24.62 | 3.73 | - |
| YUV | 121.35 | 75.33 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 28 | 0 | 0.68 | 0.89 | 0.04 | 13.61 | 0.91 | 0.53 |
| Hex | F4 | 4D | 1C | 0 | 44 | 59 | 4 | E | 5B | 35 |
| Octal | 364 | 115 | 34 | 0 | 104 | 131 | 4 | 16 | 133 | 65 |
| Binary | 11110100 | 1001101 | 11100 | 0 | 1000100 | 1011001 | 100 | 1110 | 1011011 | 110101 |
Color Harmonies of #F44D1C
Complementary color
Monochromatic Colors of #F44D1C
Black with #F44D1C
Text Example
Text Example
White with #F44D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D1C; }
p { color: rgb(244,77,28); }
H1.HeaderClassName
{
color: #F44D1C;
}
.AnyTagClassName
{
color: #F44D1C;
}
</style>
background-color css
<style>
a { background-color: #F44D1C; }
a { background-color: rgb(244,77,28); }
div.DivClassName
{
background-color: #F44D1C;
}
.BgClassName
{
background-color: #F44D1C;
}
</style>
border-color css
<style>
span { border-color: #F44D1C; }
span { border-color: rgb(244,77,28); }
td.TdClassName
{
border-color: #F44D1C;
}
.TagClassName
{
border-color: #F44D1C;
}
</style>