Shades of Vermilion #FF501B
Tints of Vermilion #FF501B
RGB
CMYK
RGB Variations
Color information
#FF501B (or 0xFF501B) is known color: Vermilion. HEX triplet: FF, 50 and 1B. RGB value is (255,80,27). Sum of RGB (Red+Green+Blue) = 255+80+27=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF501B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF501B is #00AFE4. Grayscale: #7E7E7E. Windows color (decimal): -45029 or 1790207. OLE color: 1790207.
HSL color Cylindrical-coordinate representation of color #FF501B: hue angle of 13.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF501B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 27 | - |
| CMYK | 0 | 0.69 | 0.89 | 0 |
| HSL | 13.95º | 1% | 0.55% | - |
| HSV(B) | 13.95º | 0.89% | 1% | - |
| XYZ | 44.31 | 27.08 | 3.93 | - |
| YUV | 126.28 | 71.98 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 27 | 0 | 0.69 | 0.89 | 0 | 13.95 | 1 | 0.55 |
| Hex | FF | 50 | 1B | 0 | 45 | 59 | 0 | E | 64 | 37 |
| Octal | 377 | 120 | 33 | 0 | 105 | 131 | 0 | 16 | 144 | 67 |
| Binary | 11111111 | 1010000 | 11011 | 0 | 1000101 | 1011001 | 0 | 1110 | 1100100 | 110111 |
Color Harmonies of #FF501B
Complementary color
Monochromatic Colors of #FF501B
Black with #FF501B
Text Example
Text Example
White with #FF501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF501B; }
p { color: rgb(255,80,27); }
H1.HeaderClassName
{
color: #FF501B;
}
.AnyTagClassName
{
color: #FF501B;
}
</style>
background-color css
<style>
a { background-color: #FF501B; }
a { background-color: rgb(255,80,27); }
div.DivClassName
{
background-color: #FF501B;
}
.BgClassName
{
background-color: #FF501B;
}
</style>
border-color css
<style>
span { border-color: #FF501B; }
span { border-color: rgb(255,80,27); }
td.TdClassName
{
border-color: #FF501B;
}
.TagClassName
{
border-color: #FF501B;
}
</style>