Shades of Vermilion #F44C11
Tints of Vermilion #F44C11
RGB
CMYK
RGB Variations
Color information
#F44C11 (or 0xF44C11) is known color: Vermilion. HEX triplet: F4, 4C and 11. RGB value is (244,76,17). Sum of RGB (Red+Green+Blue) = 244+76+17=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44C11 is #0BB3EE. Grayscale: #777777. Windows color (decimal): -766959 or 1133812. OLE color: 1133812.
HSL color Cylindrical-coordinate representation of color #F44C11: hue angle of 15.59º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F44C11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.04 |
| HSL | 15.59º | 0.91% | 0.51% | - |
| HSV(B) | 15.59º | 0.93% | 0.96% | - |
| XYZ | 39.99 | 24.44 | 3.14 | - |
| YUV | 119.51 | 70.16 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 17 | 0 | 0.69 | 0.93 | 0.04 | 15.59 | 0.91 | 0.51 |
| Hex | F4 | 4C | 11 | 0 | 45 | 5D | 4 | 10 | 5B | 33 |
| Octal | 364 | 114 | 21 | 0 | 105 | 135 | 4 | 20 | 133 | 63 |
| Binary | 11110100 | 1001100 | 10001 | 0 | 1000101 | 1011101 | 100 | 10000 | 1011011 | 110011 |
Color Harmonies of #F44C11
Complementary color
Monochromatic Colors of #F44C11
Black with #F44C11
Text Example
Text Example
White with #F44C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C11; }
p { color: rgb(244,76,17); }
H1.HeaderClassName
{
color: #F44C11;
}
.AnyTagClassName
{
color: #F44C11;
}
</style>
background-color css
<style>
a { background-color: #F44C11; }
a { background-color: rgb(244,76,17); }
div.DivClassName
{
background-color: #F44C11;
}
.BgClassName
{
background-color: #F44C11;
}
</style>
border-color css
<style>
span { border-color: #F44C11; }
span { border-color: rgb(244,76,17); }
td.TdClassName
{
border-color: #F44C11;
}
.TagClassName
{
border-color: #F44C11;
}
</style>