Shades of Vermilion #FE4D0D
Tints of Vermilion #FE4D0D
RGB
CMYK
RGB Variations
Color information
#FE4D0D (or 0xFE4D0D) is known color: Vermilion. HEX triplet: FE, 4D and 0D. RGB value is (254,77,13). Sum of RGB (Red+Green+Blue) = 254+77+13=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE4D0D is #01B2F2. Grayscale: #7B7B7B. Windows color (decimal): -111347 or 871934. OLE color: 871934.
HSL color Cylindrical-coordinate representation of color #FE4D0D: hue angle of 15.93º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE4D0D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 77 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.00 |
| HSL | 15.93º | 0.99% | 0.52% | - |
| HSV(B) | 15.93º | 0.95% | 1% | - |
| XYZ | 43.6 | 26.41 | 3.18 | - |
| YUV | 122.63 | 66.14 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 77 | 13 | 0 | 0.70 | 0.95 | 0.00 | 15.93 | 0.99 | 0.52 |
| Hex | FE | 4D | D | 0 | 46 | 5F | 0 | 10 | 63 | 34 |
| Octal | 376 | 115 | 15 | 0 | 106 | 137 | 0 | 20 | 143 | 64 |
| Binary | 11111110 | 1001101 | 1101 | 0 | 1000110 | 1011111 | 0 | 10000 | 1100011 | 110100 |
Color Harmonies of #FE4D0D
Complementary color
Monochromatic Colors of #FE4D0D
Black with #FE4D0D
Text Example
Text Example
White with #FE4D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4D0D; }
p { color: rgb(254,77,13); }
H1.HeaderClassName
{
color: #FE4D0D;
}
.AnyTagClassName
{
color: #FE4D0D;
}
</style>
background-color css
<style>
a { background-color: #FE4D0D; }
a { background-color: rgb(254,77,13); }
div.DivClassName
{
background-color: #FE4D0D;
}
.BgClassName
{
background-color: #FE4D0D;
}
</style>
border-color css
<style>
span { border-color: #FE4D0D; }
span { border-color: rgb(254,77,13); }
td.TdClassName
{
border-color: #FE4D0D;
}
.TagClassName
{
border-color: #FE4D0D;
}
</style>