Shades of Vermilion #F44E14
Tints of Vermilion #F44E14
RGB
CMYK
RGB Variations
Color information
#F44E14 (or 0xF44E14) is known color: Vermilion. HEX triplet: F4, 4E and 14. RGB value is (244,78,20). Sum of RGB (Red+Green+Blue) = 244+78+20=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F44E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F44E14 is #0BB1EB. Grayscale: #797979. Windows color (decimal): -766444 or 1330932. OLE color: 1330932.
HSL color Cylindrical-coordinate representation of color #F44E14: hue angle of 15.54º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F44E14 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 78 | 20 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.04 |
| HSL | 15.54º | 0.91% | 0.52% | - |
| HSV(B) | 15.54º | 0.92% | 0.96% | - |
| XYZ | 40.16 | 24.73 | 3.32 | - |
| YUV | 121.02 | 71 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 78 | 20 | 0 | 0.68 | 0.92 | 0.04 | 15.54 | 0.91 | 0.52 |
| Hex | F4 | 4E | 14 | 0 | 44 | 5C | 4 | 10 | 5B | 34 |
| Octal | 364 | 116 | 24 | 0 | 104 | 134 | 4 | 20 | 133 | 64 |
| Binary | 11110100 | 1001110 | 10100 | 0 | 1000100 | 1011100 | 100 | 10000 | 1011011 | 110100 |
Color Harmonies of #F44E14
Complementary color
Monochromatic Colors of #F44E14
Black with #F44E14
Text Example
Text Example
White with #F44E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44E14; }
p { color: rgb(244,78,20); }
H1.HeaderClassName
{
color: #F44E14;
}
.AnyTagClassName
{
color: #F44E14;
}
</style>
background-color css
<style>
a { background-color: #F44E14; }
a { background-color: rgb(244,78,20); }
div.DivClassName
{
background-color: #F44E14;
}
.BgClassName
{
background-color: #F44E14;
}
</style>
border-color css
<style>
span { border-color: #F44E14; }
span { border-color: rgb(244,78,20); }
td.TdClassName
{
border-color: #F44E14;
}
.TagClassName
{
border-color: #F44E14;
}
</style>