Shades of Vermilion #F34D1A
Tints of Vermilion #F34D1A
RGB
CMYK
RGB Variations
Color information
#F34D1A (or 0xF34D1A) is known color: Vermilion. HEX triplet: F3, 4D and 1A. RGB value is (243,77,26). Sum of RGB (Red+Green+Blue) = 243+77+26=346 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.23% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F34D1A is #0CB2E5. Grayscale: #797979. Windows color (decimal): -832230 or 1723891. OLE color: 1723891.
HSL color Cylindrical-coordinate representation of color #F34D1A: hue angle of 14.1º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F34D1A is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 26 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.05 |
| HSL | 14.1º | 0.9% | 0.53% | - |
| HSV(B) | 14.1º | 0.89% | 0.95% | - |
| XYZ | 39.8 | 24.44 | 3.6 | - |
| YUV | 120.82 | 74.5 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 26 | 0 | 0.68 | 0.89 | 0.05 | 14.1 | 0.9 | 0.53 |
| Hex | F3 | 4D | 1A | 0 | 44 | 59 | 5 | E | 5A | 35 |
| Octal | 363 | 115 | 32 | 0 | 104 | 131 | 5 | 16 | 132 | 65 |
| Binary | 11110011 | 1001101 | 11010 | 0 | 1000100 | 1011001 | 101 | 1110 | 1011010 | 110101 |
Color Harmonies of #F34D1A
Complementary color
Monochromatic Colors of #F34D1A
Black with #F34D1A
Text Example
Text Example
White with #F34D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D1A; }
p { color: rgb(243,77,26); }
H1.HeaderClassName
{
color: #F34D1A;
}
.AnyTagClassName
{
color: #F34D1A;
}
</style>
background-color css
<style>
a { background-color: #F34D1A; }
a { background-color: rgb(243,77,26); }
div.DivClassName
{
background-color: #F34D1A;
}
.BgClassName
{
background-color: #F34D1A;
}
</style>
border-color css
<style>
span { border-color: #F34D1A; }
span { border-color: rgb(243,77,26); }
td.TdClassName
{
border-color: #F34D1A;
}
.TagClassName
{
border-color: #F34D1A;
}
</style>