Shades of Vermilion #FB4C18
Tints of Vermilion #FB4C18
RGB
CMYK
RGB Variations
Color information
#FB4C18 (or 0xFB4C18) is known color: Vermilion. HEX triplet: FB, 4C and 18. RGB value is (251,76,24). Sum of RGB (Red+Green+Blue) = 251+76+24=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4C18 is #04B3E7. Grayscale: #7A7A7A. Windows color (decimal): -308200 or 1592571. OLE color: 1592571.
HSL color Cylindrical-coordinate representation of color #FB4C18: hue angle of 13.74º 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 #FB4C18 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 24 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.02 |
| HSL | 13.74º | 0.97% | 0.54% | - |
| HSV(B) | 13.74º | 0.9% | 0.98% | - |
| XYZ | 42.53 | 25.74 | 3.59 | - |
| YUV | 122.4 | 72.48 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 24 | 0 | 0.70 | 0.90 | 0.02 | 13.74 | 0.97 | 0.54 |
| Hex | FB | 4C | 18 | 0 | 46 | 5A | 2 | E | 61 | 36 |
| Octal | 373 | 114 | 30 | 0 | 106 | 132 | 2 | 16 | 141 | 66 |
| Binary | 11111011 | 1001100 | 11000 | 0 | 1000110 | 1011010 | 10 | 1110 | 1100001 | 110110 |
Color Harmonies of #FB4C18
Complementary color
Monochromatic Colors of #FB4C18
Black with #FB4C18
Text Example
Text Example
White with #FB4C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C18; }
p { color: rgb(251,76,24); }
H1.HeaderClassName
{
color: #FB4C18;
}
.AnyTagClassName
{
color: #FB4C18;
}
</style>
background-color css
<style>
a { background-color: #FB4C18; }
a { background-color: rgb(251,76,24); }
div.DivClassName
{
background-color: #FB4C18;
}
.BgClassName
{
background-color: #FB4C18;
}
</style>
border-color css
<style>
span { border-color: #FB4C18; }
span { border-color: rgb(251,76,24); }
td.TdClassName
{
border-color: #FB4C18;
}
.TagClassName
{
border-color: #FB4C18;
}
</style>