Shades of Vermilion #F54C14
Tints of Vermilion #F54C14
RGB
CMYK
RGB Variations
Color information
#F54C14 (or 0xF54C14) is known color: Vermilion. HEX triplet: F5, 4C and 14. RGB value is (245,76,20). Sum of RGB (Red+Green+Blue) = 245+76+20=341 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.85% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54C14 is #0AB3EB. Grayscale: #787878. Windows color (decimal): -701420 or 1330421. OLE color: 1330421.
HSL color Cylindrical-coordinate representation of color #F54C14: hue angle of 14.93º 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 #F54C14 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 20 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.04 |
| HSL | 14.93º | 0.92% | 0.52% | - |
| HSV(B) | 14.93º | 0.92% | 0.96% | - |
| XYZ | 40.37 | 24.63 | 3.29 | - |
| YUV | 120.15 | 71.49 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 20 | 0 | 0.69 | 0.92 | 0.04 | 14.93 | 0.92 | 0.52 |
| Hex | F5 | 4C | 14 | 0 | 45 | 5C | 4 | F | 5C | 34 |
| Octal | 365 | 114 | 24 | 0 | 105 | 134 | 4 | 17 | 134 | 64 |
| Binary | 11110101 | 1001100 | 10100 | 0 | 1000101 | 1011100 | 100 | 1111 | 1011100 | 110100 |
Color Harmonies of #F54C14
Complementary color
Monochromatic Colors of #F54C14
Black with #F54C14
Text Example
Text Example
White with #F54C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C14; }
p { color: rgb(245,76,20); }
H1.HeaderClassName
{
color: #F54C14;
}
.AnyTagClassName
{
color: #F54C14;
}
</style>
background-color css
<style>
a { background-color: #F54C14; }
a { background-color: rgb(245,76,20); }
div.DivClassName
{
background-color: #F54C14;
}
.BgClassName
{
background-color: #F54C14;
}
</style>
border-color css
<style>
span { border-color: #F54C14; }
span { border-color: rgb(245,76,20); }
td.TdClassName
{
border-color: #F54C14;
}
.TagClassName
{
border-color: #F54C14;
}
</style>