Shades of Vermilion #F44A0E
Tints of Vermilion #F44A0E
RGB
CMYK
RGB Variations
Color information
#F44A0E (or 0xF44A0E) is known color: Vermilion. HEX triplet: F4, 4A and 0E. RGB value is (244,74,14). Sum of RGB (Red+Green+Blue) = 244+74+14=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44A0E is #0BB5F1. Grayscale: #767676. Windows color (decimal): -767474 or 936692. OLE color: 936692.
HSL color Cylindrical-coordinate representation of color #F44A0E: hue angle of 15.65º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F44A0E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 14 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.04 |
| HSL | 15.65º | 0.91% | 0.51% | - |
| HSV(B) | 15.65º | 0.94% | 0.96% | - |
| XYZ | 39.84 | 24.16 | 2.98 | - |
| YUV | 117.99 | 69.32 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 14 | 0 | 0.70 | 0.94 | 0.04 | 15.65 | 0.91 | 0.51 |
| Hex | F4 | 4A | E | 0 | 46 | 5E | 4 | 10 | 5B | 33 |
| Octal | 364 | 112 | 16 | 0 | 106 | 136 | 4 | 20 | 133 | 63 |
| Binary | 11110100 | 1001010 | 1110 | 0 | 1000110 | 1011110 | 100 | 10000 | 1011011 | 110011 |
Color Harmonies of #F44A0E
Complementary color
Monochromatic Colors of #F44A0E
Black with #F44A0E
Text Example
Text Example
White with #F44A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A0E; }
p { color: rgb(244,74,14); }
H1.HeaderClassName
{
color: #F44A0E;
}
.AnyTagClassName
{
color: #F44A0E;
}
</style>
background-color css
<style>
a { background-color: #F44A0E; }
a { background-color: rgb(244,74,14); }
div.DivClassName
{
background-color: #F44A0E;
}
.BgClassName
{
background-color: #F44A0E;
}
</style>
border-color css
<style>
span { border-color: #F44A0E; }
span { border-color: rgb(244,74,14); }
td.TdClassName
{
border-color: #F44A0E;
}
.TagClassName
{
border-color: #F44A0E;
}
</style>