Shades of Vermilion #F44D0F
Tints of Vermilion #F44D0F
RGB
CMYK
RGB Variations
Color information
#F44D0F (or 0xF44D0F) is known color: Vermilion. HEX triplet: F4, 4D and 0F. RGB value is (244,77,15). Sum of RGB (Red+Green+Blue) = 244+77+15=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F44D0F is #0BB2F0. Grayscale: #787878. Windows color (decimal): -766705 or 1002996. OLE color: 1002996.
HSL color Cylindrical-coordinate representation of color #F44D0F: hue angle of 16.24º 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 #F44D0F is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 15 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.04 |
| HSL | 16.24º | 0.91% | 0.51% | - |
| HSV(B) | 16.24º | 0.94% | 0.96% | - |
| XYZ | 40.05 | 24.58 | 3.08 | - |
| YUV | 119.87 | 68.83 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 15 | 0 | 0.68 | 0.94 | 0.04 | 16.24 | 0.91 | 0.51 |
| Hex | F4 | 4D | F | 0 | 44 | 5E | 4 | 10 | 5B | 33 |
| Octal | 364 | 115 | 17 | 0 | 104 | 136 | 4 | 20 | 133 | 63 |
| Binary | 11110100 | 1001101 | 1111 | 0 | 1000100 | 1011110 | 100 | 10000 | 1011011 | 110011 |
Color Harmonies of #F44D0F
Complementary color
Monochromatic Colors of #F44D0F
Black with #F44D0F
Text Example
Text Example
White with #F44D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D0F; }
p { color: rgb(244,77,15); }
H1.HeaderClassName
{
color: #F44D0F;
}
.AnyTagClassName
{
color: #F44D0F;
}
</style>
background-color css
<style>
a { background-color: #F44D0F; }
a { background-color: rgb(244,77,15); }
div.DivClassName
{
background-color: #F44D0F;
}
.BgClassName
{
background-color: #F44D0F;
}
</style>
border-color css
<style>
span { border-color: #F44D0F; }
span { border-color: rgb(244,77,15); }
td.TdClassName
{
border-color: #F44D0F;
}
.TagClassName
{
border-color: #F44D0F;
}
</style>