Shades of Vermilion #F54D1B
Tints of Vermilion #F54D1B
RGB
CMYK
RGB Variations
Color information
#F54D1B (or 0xF54D1B) is known color: Vermilion. HEX triplet: F5, 4D and 1B. RGB value is (245,77,27). Sum of RGB (Red+Green+Blue) = 245+77+27=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54D1B is #0AB2E4. Grayscale: #797979. Windows color (decimal): -701157 or 1789429. OLE color: 1789429.
HSL color Cylindrical-coordinate representation of color #F54D1B: hue angle of 13.76º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F54D1B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 27 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.04 |
| HSL | 13.76º | 0.92% | 0.53% | - |
| HSV(B) | 13.76º | 0.89% | 0.96% | - |
| XYZ | 40.51 | 24.8 | 3.69 | - |
| YUV | 121.53 | 74.66 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 27 | 0 | 0.69 | 0.89 | 0.04 | 13.76 | 0.92 | 0.53 |
| Hex | F5 | 4D | 1B | 0 | 45 | 59 | 4 | E | 5C | 35 |
| Octal | 365 | 115 | 33 | 0 | 105 | 131 | 4 | 16 | 134 | 65 |
| Binary | 11110101 | 1001101 | 11011 | 0 | 1000101 | 1011001 | 100 | 1110 | 1011100 | 110101 |
Color Harmonies of #F54D1B
Complementary color
Monochromatic Colors of #F54D1B
Black with #F54D1B
Text Example
Text Example
White with #F54D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D1B; }
p { color: rgb(245,77,27); }
H1.HeaderClassName
{
color: #F54D1B;
}
.AnyTagClassName
{
color: #F54D1B;
}
</style>
background-color css
<style>
a { background-color: #F54D1B; }
a { background-color: rgb(245,77,27); }
div.DivClassName
{
background-color: #F54D1B;
}
.BgClassName
{
background-color: #F54D1B;
}
</style>
border-color css
<style>
span { border-color: #F54D1B; }
span { border-color: rgb(245,77,27); }
td.TdClassName
{
border-color: #F54D1B;
}
.TagClassName
{
border-color: #F54D1B;
}
</style>