Shades of Vermilion #FF4B03
Tints of Vermilion #FF4B03
RGB
CMYK
RGB Variations
Color information
#FF4B03 (or 0xFF4B03) is known color: Vermilion. HEX triplet: FF, 4B and 03. RGB value is (255,75,3). Sum of RGB (Red+Green+Blue) = 255+75+3=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4B03 is #00B4FC. Grayscale: #797979. Windows color (decimal): -46333 or 216063. OLE color: 216063.
HSL color Cylindrical-coordinate representation of color #FF4B03: hue angle of 17.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF4B03 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0 |
| HSL | 17.14º | 1% | 0.51% | - |
| HSV(B) | 17.14º | 0.99% | 1% | - |
| XYZ | 43.77 | 26.3 | 2.86 | - |
| YUV | 120.61 | 61.63 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 3 | 0 | 0.71 | 0.99 | 0 | 17.14 | 1 | 0.51 |
| Hex | FF | 4B | 3 | 0 | 47 | 63 | 0 | 11 | 64 | 33 |
| Octal | 377 | 113 | 3 | 0 | 107 | 143 | 0 | 21 | 144 | 63 |
| Binary | 11111111 | 1001011 | 11 | 0 | 1000111 | 1100011 | 0 | 10001 | 1100100 | 110011 |
Color Harmonies of #FF4B03
Complementary color
Monochromatic Colors of #FF4B03
Black with #FF4B03
Text Example
Text Example
White with #FF4B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B03; }
p { color: rgb(255,75,3); }
H1.HeaderClassName
{
color: #FF4B03;
}
.AnyTagClassName
{
color: #FF4B03;
}
</style>
background-color css
<style>
a { background-color: #FF4B03; }
a { background-color: rgb(255,75,3); }
div.DivClassName
{
background-color: #FF4B03;
}
.BgClassName
{
background-color: #FF4B03;
}
</style>
border-color css
<style>
span { border-color: #FF4B03; }
span { border-color: rgb(255,75,3); }
td.TdClassName
{
border-color: #FF4B03;
}
.TagClassName
{
border-color: #FF4B03;
}
</style>