Shades of Vermilion #FF4B05
Tints of Vermilion #FF4B05
RGB
CMYK
RGB Variations
Color information
#FF4B05 (or 0xFF4B05) is known color: Vermilion. HEX triplet: FF, 4B and 05. RGB value is (255,75,5). Sum of RGB (Red+Green+Blue) = 255+75+5=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 75 (29.69% from 255 or 22.39% from 335); Blue value is 5 (2.34% from 255 or 1.49% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4B05 is #00B4FA. Grayscale: #797979. Windows color (decimal): -46331 or 347135. OLE color: 347135.
HSL color Cylindrical-coordinate representation of color #FF4B05: hue angle of 16.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4B05 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0 |
| HSL | 16.8º | 1% | 0.51% | - |
| HSV(B) | 16.8º | 0.98% | 1% | - |
| XYZ | 43.78 | 26.3 | 2.91 | - |
| YUV | 120.84 | 62.63 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 5 | 0 | 0.71 | 0.98 | 0 | 16.8 | 1 | 0.51 |
| Hex | FF | 4B | 5 | 0 | 47 | 62 | 0 | 11 | 64 | 33 |
| Octal | 377 | 113 | 5 | 0 | 107 | 142 | 0 | 21 | 144 | 63 |
| Binary | 11111111 | 1001011 | 101 | 0 | 1000111 | 1100010 | 0 | 10001 | 1100100 | 110011 |
Color Harmonies of #FF4B05
Complementary color
Monochromatic Colors of #FF4B05
Black with #FF4B05
Text Example
Text Example
White with #FF4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B05; }
p { color: rgb(255,75,5); }
H1.HeaderClassName
{
color: #FF4B05;
}
.AnyTagClassName
{
color: #FF4B05;
}
</style>
background-color css
<style>
a { background-color: #FF4B05; }
a { background-color: rgb(255,75,5); }
div.DivClassName
{
background-color: #FF4B05;
}
.BgClassName
{
background-color: #FF4B05;
}
</style>
border-color css
<style>
span { border-color: #FF4B05; }
span { border-color: rgb(255,75,5); }
td.TdClassName
{
border-color: #FF4B05;
}
.TagClassName
{
border-color: #FF4B05;
}
</style>