Shades of Vermilion #FF4F1D
Tints of Vermilion #FF4F1D
RGB
CMYK
RGB Variations
Color information
#FF4F1D (or 0xFF4F1D) is known color: Vermilion. HEX triplet: FF, 4F and 1D. RGB value is (255,79,29). Sum of RGB (Red+Green+Blue) = 255+79+29=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4F1D is #00B0E2. Grayscale: #7E7E7E. Windows color (decimal): -45283 or 1921023. OLE color: 1921023.
HSL color Cylindrical-coordinate representation of color #FF4F1D: hue angle of 13.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF4F1D is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 29 | - |
| CMYK | 0 | 0.69 | 0.89 | 0 |
| HSL | 13.27º | 1% | 0.56% | - |
| HSV(B) | 13.27º | 0.89% | 1% | - |
| XYZ | 44.26 | 26.94 | 4.03 | - |
| YUV | 125.92 | 73.31 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 29 | 0 | 0.69 | 0.89 | 0 | 13.27 | 1 | 0.56 |
| Hex | FF | 4F | 1D | 0 | 45 | 59 | 0 | D | 64 | 38 |
| Octal | 377 | 117 | 35 | 0 | 105 | 131 | 0 | 15 | 144 | 70 |
| Binary | 11111111 | 1001111 | 11101 | 0 | 1000101 | 1011001 | 0 | 1101 | 1100100 | 111000 |
Color Harmonies of #FF4F1D
Complementary color
Monochromatic Colors of #FF4F1D
Black with #FF4F1D
Text Example
Text Example
White with #FF4F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F1D; }
p { color: rgb(255,79,29); }
H1.HeaderClassName
{
color: #FF4F1D;
}
.AnyTagClassName
{
color: #FF4F1D;
}
</style>
background-color css
<style>
a { background-color: #FF4F1D; }
a { background-color: rgb(255,79,29); }
div.DivClassName
{
background-color: #FF4F1D;
}
.BgClassName
{
background-color: #FF4F1D;
}
</style>
border-color css
<style>
span { border-color: #FF4F1D; }
span { border-color: rgb(255,79,29); }
td.TdClassName
{
border-color: #FF4F1D;
}
.TagClassName
{
border-color: #FF4F1D;
}
</style>