Shades of Vermilion #FF4B0D
Tints of Vermilion #FF4B0D
RGB
CMYK
RGB Variations
Color information
#FF4B0D (or 0xFF4B0D) is known color: Vermilion. HEX triplet: FF, 4B and 0D. RGB value is (255,75,13). Sum of RGB (Red+Green+Blue) = 255+75+13=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4B0D is #00B4F2. Grayscale: #7A7A7A. Windows color (decimal): -46323 or 871423. OLE color: 871423.
HSL color Cylindrical-coordinate representation of color #FF4B0D: hue angle of 15.37º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF4B0D is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 75 | 13 | - |
| CMYK | 0 | 0.71 | 0.95 | 0 |
| HSL | 15.37º | 1% | 0.53% | - |
| HSV(B) | 15.37º | 0.95% | 1% | - |
| XYZ | 43.83 | 26.32 | 3.15 | - |
| YUV | 121.75 | 66.63 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 75 | 13 | 0 | 0.71 | 0.95 | 0 | 15.37 | 1 | 0.53 |
| Hex | FF | 4B | D | 0 | 47 | 5F | 0 | F | 64 | 35 |
| Octal | 377 | 113 | 15 | 0 | 107 | 137 | 0 | 17 | 144 | 65 |
| Binary | 11111111 | 1001011 | 1101 | 0 | 1000111 | 1011111 | 0 | 1111 | 1100100 | 110101 |
Color Harmonies of #FF4B0D
Complementary color
Monochromatic Colors of #FF4B0D
Black with #FF4B0D
Text Example
Text Example
White with #FF4B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4B0D; }
p { color: rgb(255,75,13); }
H1.HeaderClassName
{
color: #FF4B0D;
}
.AnyTagClassName
{
color: #FF4B0D;
}
</style>
background-color css
<style>
a { background-color: #FF4B0D; }
a { background-color: rgb(255,75,13); }
div.DivClassName
{
background-color: #FF4B0D;
}
.BgClassName
{
background-color: #FF4B0D;
}
</style>
border-color css
<style>
span { border-color: #FF4B0D; }
span { border-color: rgb(255,75,13); }
td.TdClassName
{
border-color: #FF4B0D;
}
.TagClassName
{
border-color: #FF4B0D;
}
</style>