Shades of Vermilion #FF4A0D
Tints of Vermilion #FF4A0D
RGB
CMYK
RGB Variations
Color information
#FF4A0D (or 0xFF4A0D) is known color: Vermilion. HEX triplet: FF, 4A and 0D. RGB value is (255,74,13). Sum of RGB (Red+Green+Blue) = 255+74+13=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4A0D is #00B5F2. Grayscale: #797979. Windows color (decimal): -46579 or 871167. OLE color: 871167.
HSL color Cylindrical-coordinate representation of color #FF4A0D: hue angle of 15.12º 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 #FF4A0D is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 13 | - |
| CMYK | 0 | 0.71 | 0.95 | 0 |
| HSL | 15.12º | 1% | 0.53% | - |
| HSV(B) | 15.12º | 0.95% | 1% | - |
| XYZ | 43.76 | 26.19 | 3.13 | - |
| YUV | 121.17 | 66.97 | 223.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 13 | 0 | 0.71 | 0.95 | 0 | 15.12 | 1 | 0.53 |
| Hex | FF | 4A | D | 0 | 47 | 5F | 0 | F | 64 | 35 |
| Octal | 377 | 112 | 15 | 0 | 107 | 137 | 0 | 17 | 144 | 65 |
| Binary | 11111111 | 1001010 | 1101 | 0 | 1000111 | 1011111 | 0 | 1111 | 1100100 | 110101 |
Color Harmonies of #FF4A0D
Complementary color
Monochromatic Colors of #FF4A0D
Black with #FF4A0D
Text Example
Text Example
White with #FF4A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A0D; }
p { color: rgb(255,74,13); }
H1.HeaderClassName
{
color: #FF4A0D;
}
.AnyTagClassName
{
color: #FF4A0D;
}
</style>
background-color css
<style>
a { background-color: #FF4A0D; }
a { background-color: rgb(255,74,13); }
div.DivClassName
{
background-color: #FF4A0D;
}
.BgClassName
{
background-color: #FF4A0D;
}
</style>
border-color css
<style>
span { border-color: #FF4A0D; }
span { border-color: rgb(255,74,13); }
td.TdClassName
{
border-color: #FF4A0D;
}
.TagClassName
{
border-color: #FF4A0D;
}
</style>