Shades of Vermilion #F54A0D
Tints of Vermilion #F54A0D
RGB
CMYK
RGB Variations
Color information
#F54A0D (or 0xF54A0D) is known color: Vermilion. HEX triplet: F5, 4A and 0D. RGB value is (245,74,13). Sum of RGB (Red+Green+Blue) = 245+74+13=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54A0D is #0AB5F2. Grayscale: #767676. Windows color (decimal): -701939 or 871157. OLE color: 871157.
HSL color Cylindrical-coordinate representation of color #F54A0D: hue angle of 15.78º 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 #F54A0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.04 |
| HSL | 15.78º | 0.92% | 0.51% | - |
| HSV(B) | 15.78º | 0.95% | 0.96% | - |
| XYZ | 40.18 | 24.34 | 2.96 | - |
| YUV | 118.18 | 68.65 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 13 | 0 | 0.70 | 0.95 | 0.04 | 15.78 | 0.92 | 0.51 |
| Hex | F5 | 4A | D | 0 | 46 | 5F | 4 | 10 | 5C | 33 |
| Octal | 365 | 112 | 15 | 0 | 106 | 137 | 4 | 20 | 134 | 63 |
| Binary | 11110101 | 1001010 | 1101 | 0 | 1000110 | 1011111 | 100 | 10000 | 1011100 | 110011 |
Color Harmonies of #F54A0D
Complementary color
Monochromatic Colors of #F54A0D
Black with #F54A0D
Text Example
Text Example
White with #F54A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54A0D; }
p { color: rgb(245,74,13); }
H1.HeaderClassName
{
color: #F54A0D;
}
.AnyTagClassName
{
color: #F54A0D;
}
</style>
background-color css
<style>
a { background-color: #F54A0D; }
a { background-color: rgb(245,74,13); }
div.DivClassName
{
background-color: #F54A0D;
}
.BgClassName
{
background-color: #F54A0D;
}
</style>
border-color css
<style>
span { border-color: #F54A0D; }
span { border-color: rgb(245,74,13); }
td.TdClassName
{
border-color: #F54A0D;
}
.TagClassName
{
border-color: #F54A0D;
}
</style>