Shades of Vermilion #FB4C19
Tints of Vermilion #FB4C19
RGB
CMYK
RGB Variations
Color information
#FB4C19 (or 0xFB4C19) is known color: Vermilion. HEX triplet: FB, 4C and 19. RGB value is (251,76,25). Sum of RGB (Red+Green+Blue) = 251+76+25=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4C19 is #04B3E6. Grayscale: #7A7A7A. Windows color (decimal): -308199 or 1658107. OLE color: 1658107.
HSL color Cylindrical-coordinate representation of color #FB4C19: hue angle of 13.54º 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 #FB4C19 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 25 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.02 |
| HSL | 13.54º | 0.97% | 0.54% | - |
| HSV(B) | 13.54º | 0.9% | 0.98% | - |
| XYZ | 42.54 | 25.75 | 3.65 | - |
| YUV | 122.51 | 72.98 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 25 | 0 | 0.70 | 0.90 | 0.02 | 13.54 | 0.97 | 0.54 |
| Hex | FB | 4C | 19 | 0 | 46 | 5A | 2 | E | 61 | 36 |
| Octal | 373 | 114 | 31 | 0 | 106 | 132 | 2 | 16 | 141 | 66 |
| Binary | 11111011 | 1001100 | 11001 | 0 | 1000110 | 1011010 | 10 | 1110 | 1100001 | 110110 |
Color Harmonies of #FB4C19
Complementary color
Monochromatic Colors of #FB4C19
Black with #FB4C19
Text Example
Text Example
White with #FB4C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C19; }
p { color: rgb(251,76,25); }
H1.HeaderClassName
{
color: #FB4C19;
}
.AnyTagClassName
{
color: #FB4C19;
}
</style>
background-color css
<style>
a { background-color: #FB4C19; }
a { background-color: rgb(251,76,25); }
div.DivClassName
{
background-color: #FB4C19;
}
.BgClassName
{
background-color: #FB4C19;
}
</style>
border-color css
<style>
span { border-color: #FB4C19; }
span { border-color: rgb(251,76,25); }
td.TdClassName
{
border-color: #FB4C19;
}
.TagClassName
{
border-color: #FB4C19;
}
</style>