Shades of Vermilion #FB4D1B
Tints of Vermilion #FB4D1B
RGB
CMYK
RGB Variations
Color information
#FB4D1B (or 0xFB4D1B) is known color: Vermilion. HEX triplet: FB, 4D and 1B. RGB value is (251,77,27). Sum of RGB (Red+Green+Blue) = 251+77+27=355 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.70% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4D1B is #04B2E4. Grayscale: #7B7B7B. Windows color (decimal): -307941 or 1789435. OLE color: 1789435.
HSL color Cylindrical-coordinate representation of color #FB4D1B: hue angle of 13.39º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB4D1B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 27 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.02 |
| HSL | 13.39º | 0.97% | 0.55% | - |
| HSV(B) | 13.39º | 0.89% | 0.98% | - |
| XYZ | 42.64 | 25.9 | 3.79 | - |
| YUV | 123.33 | 73.65 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 27 | 0 | 0.69 | 0.89 | 0.02 | 13.39 | 0.97 | 0.55 |
| Hex | FB | 4D | 1B | 0 | 45 | 59 | 2 | D | 61 | 37 |
| Octal | 373 | 115 | 33 | 0 | 105 | 131 | 2 | 15 | 141 | 67 |
| Binary | 11111011 | 1001101 | 11011 | 0 | 1000101 | 1011001 | 10 | 1101 | 1100001 | 110111 |
Color Harmonies of #FB4D1B
Complementary color
Monochromatic Colors of #FB4D1B
Black with #FB4D1B
Text Example
Text Example
White with #FB4D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D1B; }
p { color: rgb(251,77,27); }
H1.HeaderClassName
{
color: #FB4D1B;
}
.AnyTagClassName
{
color: #FB4D1B;
}
</style>
background-color css
<style>
a { background-color: #FB4D1B; }
a { background-color: rgb(251,77,27); }
div.DivClassName
{
background-color: #FB4D1B;
}
.BgClassName
{
background-color: #FB4D1B;
}
</style>
border-color css
<style>
span { border-color: #FB4D1B; }
span { border-color: rgb(251,77,27); }
td.TdClassName
{
border-color: #FB4D1B;
}
.TagClassName
{
border-color: #FB4D1B;
}
</style>