Shades of Vermilion #F44C10
Tints of Vermilion #F44C10
RGB
CMYK
RGB Variations
Color information
#F44C10 (or 0xF44C10) is known color: Vermilion. HEX triplet: F4, 4C and 10. RGB value is (244,76,16). Sum of RGB (Red+Green+Blue) = 244+76+16=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44C10 is #0BB3EF. Grayscale: #777777. Windows color (decimal): -766960 or 1068276. OLE color: 1068276.
HSL color Cylindrical-coordinate representation of color #F44C10: hue angle of 15.79º 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 #F44C10 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.04 |
| HSL | 15.79º | 0.91% | 0.51% | - |
| HSV(B) | 15.79º | 0.93% | 0.96% | - |
| XYZ | 39.99 | 24.44 | 3.1 | - |
| YUV | 119.39 | 69.66 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 16 | 0 | 0.69 | 0.93 | 0.04 | 15.79 | 0.91 | 0.51 |
| Hex | F4 | 4C | 10 | 0 | 45 | 5D | 4 | 10 | 5B | 33 |
| Octal | 364 | 114 | 20 | 0 | 105 | 135 | 4 | 20 | 133 | 63 |
| Binary | 11110100 | 1001100 | 10000 | 0 | 1000101 | 1011101 | 100 | 10000 | 1011011 | 110011 |
Color Harmonies of #F44C10
Complementary color
Monochromatic Colors of #F44C10
Black with #F44C10
Text Example
Text Example
White with #F44C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C10; }
p { color: rgb(244,76,16); }
H1.HeaderClassName
{
color: #F44C10;
}
.AnyTagClassName
{
color: #F44C10;
}
</style>
background-color css
<style>
a { background-color: #F44C10; }
a { background-color: rgb(244,76,16); }
div.DivClassName
{
background-color: #F44C10;
}
.BgClassName
{
background-color: #F44C10;
}
</style>
border-color css
<style>
span { border-color: #F44C10; }
span { border-color: rgb(244,76,16); }
td.TdClassName
{
border-color: #F44C10;
}
.TagClassName
{
border-color: #F44C10;
}
</style>