Shades of Vermilion #F54D0D
Tints of Vermilion #F54D0D
RGB
CMYK
RGB Variations
Color information
#F54D0D (or 0xF54D0D) is known color: Vermilion. HEX triplet: F5, 4D and 0D. RGB value is (245,77,13). Sum of RGB (Red+Green+Blue) = 245+77+13=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54D0D is #0AB2F2. Grayscale: #787878. Windows color (decimal): -701171 or 871925. OLE color: 871925.
HSL color Cylindrical-coordinate representation of color #F54D0D: hue angle of 16.55º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F54D0D is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 13 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.04 |
| HSL | 16.55º | 0.92% | 0.51% | - |
| HSV(B) | 16.55º | 0.95% | 0.96% | - |
| XYZ | 40.38 | 24.75 | 3.03 | - |
| YUV | 119.94 | 67.66 | 217.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 13 | 0 | 0.69 | 0.95 | 0.04 | 16.55 | 0.92 | 0.51 |
| Hex | F5 | 4D | D | 0 | 45 | 5F | 4 | 11 | 5C | 33 |
| Octal | 365 | 115 | 15 | 0 | 105 | 137 | 4 | 21 | 134 | 63 |
| Binary | 11110101 | 1001101 | 1101 | 0 | 1000101 | 1011111 | 100 | 10001 | 1011100 | 110011 |
Color Harmonies of #F54D0D
Complementary color
Monochromatic Colors of #F54D0D
Black with #F54D0D
Text Example
Text Example
White with #F54D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D0D; }
p { color: rgb(245,77,13); }
H1.HeaderClassName
{
color: #F54D0D;
}
.AnyTagClassName
{
color: #F54D0D;
}
</style>
background-color css
<style>
a { background-color: #F54D0D; }
a { background-color: rgb(245,77,13); }
div.DivClassName
{
background-color: #F54D0D;
}
.BgClassName
{
background-color: #F54D0D;
}
</style>
border-color css
<style>
span { border-color: #F54D0D; }
span { border-color: rgb(245,77,13); }
td.TdClassName
{
border-color: #F54D0D;
}
.TagClassName
{
border-color: #F54D0D;
}
</style>