Shades of Vermilion #F84D1B
Tints of Vermilion #F84D1B
RGB
CMYK
RGB Variations
Color information
#F84D1B (or 0xF84D1B) is known color: Vermilion. HEX triplet: F8, 4D and 1B. RGB value is (248,77,27). Sum of RGB (Red+Green+Blue) = 248+77+27=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84D1B is #07B2E4. Grayscale: #7A7A7A. Windows color (decimal): -504549 or 1789432. OLE color: 1789432.
HSL color Cylindrical-coordinate representation of color #F84D1B: hue angle of 13.57º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F84D1B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 27 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.03 |
| HSL | 13.57º | 0.94% | 0.54% | - |
| HSV(B) | 13.57º | 0.89% | 0.97% | - |
| XYZ | 41.56 | 25.34 | 3.74 | - |
| YUV | 122.43 | 74.15 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 27 | 0 | 0.69 | 0.89 | 0.03 | 13.57 | 0.94 | 0.54 |
| Hex | F8 | 4D | 1B | 0 | 45 | 59 | 3 | E | 5E | 36 |
| Octal | 370 | 115 | 33 | 0 | 105 | 131 | 3 | 16 | 136 | 66 |
| Binary | 11111000 | 1001101 | 11011 | 0 | 1000101 | 1011001 | 11 | 1110 | 1011110 | 110110 |
Color Harmonies of #F84D1B
Complementary color
Monochromatic Colors of #F84D1B
Black with #F84D1B
Text Example
Text Example
White with #F84D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D1B; }
p { color: rgb(248,77,27); }
H1.HeaderClassName
{
color: #F84D1B;
}
.AnyTagClassName
{
color: #F84D1B;
}
</style>
background-color css
<style>
a { background-color: #F84D1B; }
a { background-color: rgb(248,77,27); }
div.DivClassName
{
background-color: #F84D1B;
}
.BgClassName
{
background-color: #F84D1B;
}
</style>
border-color css
<style>
span { border-color: #F84D1B; }
span { border-color: rgb(248,77,27); }
td.TdClassName
{
border-color: #F84D1B;
}
.TagClassName
{
border-color: #F84D1B;
}
</style>