Shades of Vermilion #F54D13
Tints of Vermilion #F54D13
RGB
CMYK
RGB Variations
Color information
#F54D13 (or 0xF54D13) is known color: Vermilion. HEX triplet: F5, 4D and 13. RGB value is (245,77,19). Sum of RGB (Red+Green+Blue) = 245+77+19=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54D13 is #0AB2EC. Grayscale: #797979. Windows color (decimal): -701165 or 1265141. OLE color: 1265141.
HSL color Cylindrical-coordinate representation of color #F54D13: hue angle of 15.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F54D13 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 19 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.04 |
| HSL | 15.4º | 0.92% | 0.52% | - |
| HSV(B) | 15.4º | 0.92% | 0.96% | - |
| XYZ | 40.43 | 24.77 | 3.27 | - |
| YUV | 120.62 | 70.66 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 19 | 0 | 0.69 | 0.92 | 0.04 | 15.4 | 0.92 | 0.52 |
| Hex | F5 | 4D | 13 | 0 | 45 | 5C | 4 | F | 5C | 34 |
| Octal | 365 | 115 | 23 | 0 | 105 | 134 | 4 | 17 | 134 | 64 |
| Binary | 11110101 | 1001101 | 10011 | 0 | 1000101 | 1011100 | 100 | 1111 | 1011100 | 110100 |
Color Harmonies of #F54D13
Complementary color
Monochromatic Colors of #F54D13
Black with #F54D13
Text Example
Text Example
White with #F54D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D13; }
p { color: rgb(245,77,19); }
H1.HeaderClassName
{
color: #F54D13;
}
.AnyTagClassName
{
color: #F54D13;
}
</style>
background-color css
<style>
a { background-color: #F54D13; }
a { background-color: rgb(245,77,19); }
div.DivClassName
{
background-color: #F54D13;
}
.BgClassName
{
background-color: #F54D13;
}
</style>
border-color css
<style>
span { border-color: #F54D13; }
span { border-color: rgb(245,77,19); }
td.TdClassName
{
border-color: #F54D13;
}
.TagClassName
{
border-color: #F54D13;
}
</style>