Shades of Vermilion #F34D11
Tints of Vermilion #F34D11
RGB
CMYK
RGB Variations
Color information
#F34D11 (or 0xF34D11) is known color: Vermilion. HEX triplet: F3, 4D and 11. RGB value is (243,77,17). Sum of RGB (Red+Green+Blue) = 243+77+17=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34D11 is #0CB2EE. Grayscale: #787878. Windows color (decimal): -832239 or 1134067. OLE color: 1134067.
HSL color Cylindrical-coordinate representation of color #F34D11: hue angle of 15.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F34D11 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 17 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.05 |
| HSL | 15.93º | 0.9% | 0.51% | - |
| HSV(B) | 15.93º | 0.93% | 0.95% | - |
| XYZ | 39.72 | 24.4 | 3.15 | - |
| YUV | 119.79 | 70 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 17 | 0 | 0.68 | 0.93 | 0.05 | 15.93 | 0.9 | 0.51 |
| Hex | F3 | 4D | 11 | 0 | 44 | 5D | 5 | 10 | 5A | 33 |
| Octal | 363 | 115 | 21 | 0 | 104 | 135 | 5 | 20 | 132 | 63 |
| Binary | 11110011 | 1001101 | 10001 | 0 | 1000100 | 1011101 | 101 | 10000 | 1011010 | 110011 |
Color Harmonies of #F34D11
Complementary color
Monochromatic Colors of #F34D11
Black with #F34D11
Text Example
Text Example
White with #F34D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D11; }
p { color: rgb(243,77,17); }
H1.HeaderClassName
{
color: #F34D11;
}
.AnyTagClassName
{
color: #F34D11;
}
</style>
background-color css
<style>
a { background-color: #F34D11; }
a { background-color: rgb(243,77,17); }
div.DivClassName
{
background-color: #F34D11;
}
.BgClassName
{
background-color: #F34D11;
}
</style>
border-color css
<style>
span { border-color: #F34D11; }
span { border-color: rgb(243,77,17); }
td.TdClassName
{
border-color: #F34D11;
}
.TagClassName
{
border-color: #F34D11;
}
</style>