Shades of Vermilion #FB4E1D
Tints of Vermilion #FB4E1D
RGB
CMYK
RGB Variations
Color information
#FB4E1D (or 0xFB4E1D) is known color: Vermilion. HEX triplet: FB, 4E and 1D. RGB value is (251,78,29). Sum of RGB (Red+Green+Blue) = 251+78+29=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB4E1D is #04B1E2. Grayscale: #7C7C7C. Windows color (decimal): -307683 or 1920763. OLE color: 1920763.
HSL color Cylindrical-coordinate representation of color #FB4E1D: hue angle of 13.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB4E1D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 78 | 29 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.02 |
| HSL | 13.24º | 0.97% | 0.55% | - |
| HSV(B) | 13.24º | 0.88% | 0.98% | - |
| XYZ | 42.73 | 26.05 | 3.94 | - |
| YUV | 124.14 | 74.31 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 78 | 29 | 0 | 0.69 | 0.88 | 0.02 | 13.24 | 0.97 | 0.55 |
| Hex | FB | 4E | 1D | 0 | 45 | 58 | 2 | D | 61 | 37 |
| Octal | 373 | 116 | 35 | 0 | 105 | 130 | 2 | 15 | 141 | 67 |
| Binary | 11111011 | 1001110 | 11101 | 0 | 1000101 | 1011000 | 10 | 1101 | 1100001 | 110111 |
Color Harmonies of #FB4E1D
Complementary color
Monochromatic Colors of #FB4E1D
Black with #FB4E1D
Text Example
Text Example
White with #FB4E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4E1D; }
p { color: rgb(251,78,29); }
H1.HeaderClassName
{
color: #FB4E1D;
}
.AnyTagClassName
{
color: #FB4E1D;
}
</style>
background-color css
<style>
a { background-color: #FB4E1D; }
a { background-color: rgb(251,78,29); }
div.DivClassName
{
background-color: #FB4E1D;
}
.BgClassName
{
background-color: #FB4E1D;
}
</style>
border-color css
<style>
span { border-color: #FB4E1D; }
span { border-color: rgb(251,78,29); }
td.TdClassName
{
border-color: #FB4E1D;
}
.TagClassName
{
border-color: #FB4E1D;
}
</style>