Shades of Vermilion #FB4D18
Tints of Vermilion #FB4D18
RGB
CMYK
RGB Variations
Color information
#FB4D18 (or 0xFB4D18) is known color: Vermilion. HEX triplet: FB, 4D and 18. RGB value is (251,77,24). Sum of RGB (Red+Green+Blue) = 251+77+24=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB4D18 is #04B2E7. Grayscale: #7B7B7B. Windows color (decimal): -307944 or 1592827. OLE color: 1592827.
HSL color Cylindrical-coordinate representation of color #FB4D18: hue angle of 14.01º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB4D18 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 24 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.02 |
| HSL | 14.01º | 0.97% | 0.54% | - |
| HSV(B) | 14.01º | 0.9% | 0.98% | - |
| XYZ | 42.6 | 25.88 | 3.61 | - |
| YUV | 122.98 | 72.15 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 24 | 0 | 0.69 | 0.90 | 0.02 | 14.01 | 0.97 | 0.54 |
| Hex | FB | 4D | 18 | 0 | 45 | 5A | 2 | E | 61 | 36 |
| Octal | 373 | 115 | 30 | 0 | 105 | 132 | 2 | 16 | 141 | 66 |
| Binary | 11111011 | 1001101 | 11000 | 0 | 1000101 | 1011010 | 10 | 1110 | 1100001 | 110110 |
Color Harmonies of #FB4D18
Complementary color
Monochromatic Colors of #FB4D18
Black with #FB4D18
Text Example
Text Example
White with #FB4D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D18; }
p { color: rgb(251,77,24); }
H1.HeaderClassName
{
color: #FB4D18;
}
.AnyTagClassName
{
color: #FB4D18;
}
</style>
background-color css
<style>
a { background-color: #FB4D18; }
a { background-color: rgb(251,77,24); }
div.DivClassName
{
background-color: #FB4D18;
}
.BgClassName
{
background-color: #FB4D18;
}
</style>
border-color css
<style>
span { border-color: #FB4D18; }
span { border-color: rgb(251,77,24); }
td.TdClassName
{
border-color: #FB4D18;
}
.TagClassName
{
border-color: #FB4D18;
}
</style>