Shades of Vermilion #F54F1D
Tints of Vermilion #F54F1D
RGB
CMYK
RGB Variations
Color information
#F54F1D (or 0xF54F1D) is known color: Vermilion. HEX triplet: F5, 4F and 1D. RGB value is (245,79,29). Sum of RGB (Red+Green+Blue) = 245+79+29=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F54F1D is #0AB0E2. Grayscale: #7B7B7B. Windows color (decimal): -700643 or 1921013. OLE color: 1921013.
HSL color Cylindrical-coordinate representation of color #F54F1D: hue angle of 13.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F54F1D is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 29 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.04 |
| HSL | 13.89º | 0.92% | 0.54% | - |
| HSV(B) | 13.89º | 0.88% | 0.96% | - |
| XYZ | 40.67 | 25.09 | 3.86 | - |
| YUV | 122.93 | 75 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 29 | 0 | 0.68 | 0.88 | 0.04 | 13.89 | 0.92 | 0.54 |
| Hex | F5 | 4F | 1D | 0 | 44 | 58 | 4 | E | 5C | 36 |
| Octal | 365 | 117 | 35 | 0 | 104 | 130 | 4 | 16 | 134 | 66 |
| Binary | 11110101 | 1001111 | 11101 | 0 | 1000100 | 1011000 | 100 | 1110 | 1011100 | 110110 |
Color Harmonies of #F54F1D
Complementary color
Monochromatic Colors of #F54F1D
Black with #F54F1D
Text Example
Text Example
White with #F54F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54F1D; }
p { color: rgb(245,79,29); }
H1.HeaderClassName
{
color: #F54F1D;
}
.AnyTagClassName
{
color: #F54F1D;
}
</style>
background-color css
<style>
a { background-color: #F54F1D; }
a { background-color: rgb(245,79,29); }
div.DivClassName
{
background-color: #F54F1D;
}
.BgClassName
{
background-color: #F54F1D;
}
</style>
border-color css
<style>
span { border-color: #F54F1D; }
span { border-color: rgb(245,79,29); }
td.TdClassName
{
border-color: #F54F1D;
}
.TagClassName
{
border-color: #F54F1D;
}
</style>