Shades of Vermilion #F24D14
Tints of Vermilion #F24D14
RGB
CMYK
RGB Variations
Color information
#F24D14 (or 0xF24D14) is known color: Vermilion. HEX triplet: F2, 4D and 14. RGB value is (242,77,20). Sum of RGB (Red+Green+Blue) = 242+77+20=339 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.39% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24D14 is #0DB2EB. Grayscale: #787878. Windows color (decimal): -897772 or 1330674. OLE color: 1330674.
HSL color Cylindrical-coordinate representation of color #F24D14: hue angle of 15.41º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F24D14 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 20 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.05 |
| HSL | 15.41º | 0.9% | 0.51% | - |
| HSV(B) | 15.41º | 0.92% | 0.95% | - |
| XYZ | 39.4 | 24.24 | 3.26 | - |
| YUV | 119.84 | 71.66 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 20 | 0 | 0.68 | 0.92 | 0.05 | 15.41 | 0.9 | 0.51 |
| Hex | F2 | 4D | 14 | 0 | 44 | 5C | 5 | F | 5A | 33 |
| Octal | 362 | 115 | 24 | 0 | 104 | 134 | 5 | 17 | 132 | 63 |
| Binary | 11110010 | 1001101 | 10100 | 0 | 1000100 | 1011100 | 101 | 1111 | 1011010 | 110011 |
Color Harmonies of #F24D14
Complementary color
Monochromatic Colors of #F24D14
Black with #F24D14
Text Example
Text Example
White with #F24D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D14; }
p { color: rgb(242,77,20); }
H1.HeaderClassName
{
color: #F24D14;
}
.AnyTagClassName
{
color: #F24D14;
}
</style>
background-color css
<style>
a { background-color: #F24D14; }
a { background-color: rgb(242,77,20); }
div.DivClassName
{
background-color: #F24D14;
}
.BgClassName
{
background-color: #F24D14;
}
</style>
border-color css
<style>
span { border-color: #F24D14; }
span { border-color: rgb(242,77,20); }
td.TdClassName
{
border-color: #F24D14;
}
.TagClassName
{
border-color: #F24D14;
}
</style>