Shades of Vermilion #F04C13
Tints of Vermilion #F04C13
RGB
CMYK
RGB Variations
Color information
#F04C13 (or 0xF04C13) is known color: Vermilion. HEX triplet: F0, 4C and 13. RGB value is (240,76,19). Sum of RGB (Red+Green+Blue) = 240+76+19=335 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.64% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C13 is #0FB3EC. Grayscale: #767676. Windows color (decimal): -1029101 or 1264880. OLE color: 1264880.
HSL color Cylindrical-coordinate representation of color #F04C13: hue angle of 15.48º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F04C13 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 19 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.06 |
| HSL | 15.48º | 0.88% | 0.51% | - |
| HSV(B) | 15.48º | 0.92% | 0.94% | - |
| XYZ | 38.64 | 23.74 | 3.16 | - |
| YUV | 118.54 | 71.83 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 19 | 0 | 0.68 | 0.92 | 0.06 | 15.48 | 0.88 | 0.51 |
| Hex | F0 | 4C | 13 | 0 | 44 | 5C | 6 | F | 58 | 33 |
| Octal | 360 | 114 | 23 | 0 | 104 | 134 | 6 | 17 | 130 | 63 |
| Binary | 11110000 | 1001100 | 10011 | 0 | 1000100 | 1011100 | 110 | 1111 | 1011000 | 110011 |
Color Harmonies of #F04C13
Complementary color
Monochromatic Colors of #F04C13
Black with #F04C13
Text Example
Text Example
White with #F04C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C13; }
p { color: rgb(240,76,19); }
H1.HeaderClassName
{
color: #F04C13;
}
.AnyTagClassName
{
color: #F04C13;
}
</style>
background-color css
<style>
a { background-color: #F04C13; }
a { background-color: rgb(240,76,19); }
div.DivClassName
{
background-color: #F04C13;
}
.BgClassName
{
background-color: #F04C13;
}
</style>
border-color css
<style>
span { border-color: #F04C13; }
span { border-color: rgb(240,76,19); }
td.TdClassName
{
border-color: #F04C13;
}
.TagClassName
{
border-color: #F04C13;
}
</style>