Shades of Vermilion #FB4B0B
Tints of Vermilion #FB4B0B
RGB
CMYK
RGB Variations
Color information
#FB4B0B (or 0xFB4B0B) is known color: Vermilion. HEX triplet: FB, 4B and 0B. RGB value is (251,75,11). Sum of RGB (Red+Green+Blue) = 251+75+11=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4B0B is #04B4F4. Grayscale: #787878. Windows color (decimal): -308469 or 740347. OLE color: 740347.
HSL color Cylindrical-coordinate representation of color #FB4B0B: hue angle of 16º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB4B0B is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 11 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.02 |
| HSL | 16º | 0.97% | 0.51% | - |
| HSV(B) | 16º | 0.96% | 0.98% | - |
| XYZ | 42.36 | 25.57 | 3.02 | - |
| YUV | 120.33 | 66.31 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 11 | 0 | 0.70 | 0.96 | 0.02 | 16 | 0.97 | 0.51 |
| Hex | FB | 4B | B | 0 | 46 | 60 | 2 | 10 | 61 | 33 |
| Octal | 373 | 113 | 13 | 0 | 106 | 140 | 2 | 20 | 141 | 63 |
| Binary | 11111011 | 1001011 | 1011 | 0 | 1000110 | 1100000 | 10 | 10000 | 1100001 | 110011 |
Color Harmonies of #FB4B0B
Complementary color
Monochromatic Colors of #FB4B0B
Black with #FB4B0B
Text Example
Text Example
White with #FB4B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4B0B; }
p { color: rgb(251,75,11); }
H1.HeaderClassName
{
color: #FB4B0B;
}
.AnyTagClassName
{
color: #FB4B0B;
}
</style>
background-color css
<style>
a { background-color: #FB4B0B; }
a { background-color: rgb(251,75,11); }
div.DivClassName
{
background-color: #FB4B0B;
}
.BgClassName
{
background-color: #FB4B0B;
}
</style>
border-color css
<style>
span { border-color: #FB4B0B; }
span { border-color: rgb(251,75,11); }
td.TdClassName
{
border-color: #FB4B0B;
}
.TagClassName
{
border-color: #FB4B0B;
}
</style>