Shades of Vermilion #F24D13
Tints of Vermilion #F24D13
RGB
CMYK
RGB Variations
Color information
#F24D13 (or 0xF24D13) is known color: Vermilion. HEX triplet: F2, 4D and 13. RGB value is (242,77,19). Sum of RGB (Red+Green+Blue) = 242+77+19=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24D13 is #0DB2EC. Grayscale: #787878. Windows color (decimal): -897773 or 1265138. OLE color: 1265138.
HSL color Cylindrical-coordinate representation of color #F24D13: hue angle of 15.61º 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 #F24D13 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 19 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.05 |
| HSL | 15.61º | 0.9% | 0.51% | - |
| HSV(B) | 15.61º | 0.92% | 0.95% | - |
| XYZ | 39.39 | 24.23 | 3.22 | - |
| YUV | 119.72 | 71.16 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 19 | 0 | 0.68 | 0.92 | 0.05 | 15.61 | 0.9 | 0.51 |
| Hex | F2 | 4D | 13 | 0 | 44 | 5C | 5 | 10 | 5A | 33 |
| Octal | 362 | 115 | 23 | 0 | 104 | 134 | 5 | 20 | 132 | 63 |
| Binary | 11110010 | 1001101 | 10011 | 0 | 1000100 | 1011100 | 101 | 10000 | 1011010 | 110011 |
Color Harmonies of #F24D13
Complementary color
Monochromatic Colors of #F24D13
Black with #F24D13
Text Example
Text Example
White with #F24D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D13; }
p { color: rgb(242,77,19); }
H1.HeaderClassName
{
color: #F24D13;
}
.AnyTagClassName
{
color: #F24D13;
}
</style>
background-color css
<style>
a { background-color: #F24D13; }
a { background-color: rgb(242,77,19); }
div.DivClassName
{
background-color: #F24D13;
}
.BgClassName
{
background-color: #F24D13;
}
</style>
border-color css
<style>
span { border-color: #F24D13; }
span { border-color: rgb(242,77,19); }
td.TdClassName
{
border-color: #F24D13;
}
.TagClassName
{
border-color: #F24D13;
}
</style>