Shades of Vermilion #FB4C15
Tints of Vermilion #FB4C15
RGB
CMYK
RGB Variations
Color information
#FB4C15 (or 0xFB4C15) is known color: Vermilion. HEX triplet: FB, 4C and 15. RGB value is (251,76,21). Sum of RGB (Red+Green+Blue) = 251+76+21=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4C15 is #04B3EA. Grayscale: #7A7A7A. Windows color (decimal): -308203 or 1395963. OLE color: 1395963.
HSL color Cylindrical-coordinate representation of color #FB4C15: hue angle of 14.35º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB4C15 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 21 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.02 |
| HSL | 14.35º | 0.97% | 0.53% | - |
| HSV(B) | 14.35º | 0.92% | 0.98% | - |
| XYZ | 42.5 | 25.73 | 3.44 | - |
| YUV | 122.06 | 70.98 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 21 | 0 | 0.70 | 0.92 | 0.02 | 14.35 | 0.97 | 0.53 |
| Hex | FB | 4C | 15 | 0 | 46 | 5C | 2 | E | 61 | 35 |
| Octal | 373 | 114 | 25 | 0 | 106 | 134 | 2 | 16 | 141 | 65 |
| Binary | 11111011 | 1001100 | 10101 | 0 | 1000110 | 1011100 | 10 | 1110 | 1100001 | 110101 |
Color Harmonies of #FB4C15
Complementary color
Monochromatic Colors of #FB4C15
Black with #FB4C15
Text Example
Text Example
White with #FB4C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C15; }
p { color: rgb(251,76,21); }
H1.HeaderClassName
{
color: #FB4C15;
}
.AnyTagClassName
{
color: #FB4C15;
}
</style>
background-color css
<style>
a { background-color: #FB4C15; }
a { background-color: rgb(251,76,21); }
div.DivClassName
{
background-color: #FB4C15;
}
.BgClassName
{
background-color: #FB4C15;
}
</style>
border-color css
<style>
span { border-color: #FB4C15; }
span { border-color: rgb(251,76,21); }
td.TdClassName
{
border-color: #FB4C15;
}
.TagClassName
{
border-color: #FB4C15;
}
</style>