Shades of Vermilion #FB4B0D
Tints of Vermilion #FB4B0D
RGB
CMYK
RGB Variations
Color information
#FB4B0D (or 0xFB4B0D) is known color: Vermilion. HEX triplet: FB, 4B and 0D. RGB value is (251,75,13). Sum of RGB (Red+Green+Blue) = 251+75+13=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4B0D is #04B4F2. Grayscale: #787878. Windows color (decimal): -308467 or 871419. OLE color: 871419.
HSL color Cylindrical-coordinate representation of color #FB4B0D: hue angle of 15.63º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB4B0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.02 |
| HSL | 15.63º | 0.97% | 0.52% | - |
| HSV(B) | 15.63º | 0.95% | 0.98% | - |
| XYZ | 42.37 | 25.57 | 3.08 | - |
| YUV | 120.56 | 67.31 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 13 | 0 | 0.70 | 0.95 | 0.02 | 15.63 | 0.97 | 0.52 |
| Hex | FB | 4B | D | 0 | 46 | 5F | 2 | 10 | 61 | 34 |
| Octal | 373 | 113 | 15 | 0 | 106 | 137 | 2 | 20 | 141 | 64 |
| Binary | 11111011 | 1001011 | 1101 | 0 | 1000110 | 1011111 | 10 | 10000 | 1100001 | 110100 |
Color Harmonies of #FB4B0D
Complementary color
Monochromatic Colors of #FB4B0D
Black with #FB4B0D
Text Example
Text Example
White with #FB4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4B0D; }
p { color: rgb(251,75,13); }
H1.HeaderClassName
{
color: #FB4B0D;
}
.AnyTagClassName
{
color: #FB4B0D;
}
</style>
background-color css
<style>
a { background-color: #FB4B0D; }
a { background-color: rgb(251,75,13); }
div.DivClassName
{
background-color: #FB4B0D;
}
.BgClassName
{
background-color: #FB4B0D;
}
</style>
border-color css
<style>
span { border-color: #FB4B0D; }
span { border-color: rgb(251,75,13); }
td.TdClassName
{
border-color: #FB4B0D;
}
.TagClassName
{
border-color: #FB4B0D;
}
</style>