Shades of Vermilion #F34D15
Tints of Vermilion #F34D15
RGB
CMYK
RGB Variations
Color information
#F34D15 (or 0xF34D15) is known color: Vermilion. HEX triplet: F3, 4D and 15. RGB value is (243,77,21). Sum of RGB (Red+Green+Blue) = 243+77+21=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F34D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F34D15 is #0CB2EA. Grayscale: #787878. Windows color (decimal): -832235 or 1396211. OLE color: 1396211.
HSL color Cylindrical-coordinate representation of color #F34D15: hue angle of 15.14º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F34D15 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 77 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.05 |
| HSL | 15.14º | 0.9% | 0.52% | - |
| HSV(B) | 15.14º | 0.91% | 0.95% | - |
| XYZ | 39.75 | 24.42 | 3.33 | - |
| YUV | 120.25 | 72 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 21 | 0 | 0.68 | 0.91 | 0.05 | 15.14 | 0.9 | 0.52 |
| Hex | F3 | 4D | 15 | 0 | 44 | 5B | 5 | F | 5A | 34 |
| Octal | 363 | 115 | 25 | 0 | 104 | 133 | 5 | 17 | 132 | 64 |
| Binary | 11110011 | 1001101 | 10101 | 0 | 1000100 | 1011011 | 101 | 1111 | 1011010 | 110100 |
Color Harmonies of #F34D15
Complementary color
Monochromatic Colors of #F34D15
Black with #F34D15
Text Example
Text Example
White with #F34D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34D15; }
p { color: rgb(243,77,21); }
H1.HeaderClassName
{
color: #F34D15;
}
.AnyTagClassName
{
color: #F34D15;
}
</style>
background-color css
<style>
a { background-color: #F34D15; }
a { background-color: rgb(243,77,21); }
div.DivClassName
{
background-color: #F34D15;
}
.BgClassName
{
background-color: #F34D15;
}
</style>
border-color css
<style>
span { border-color: #F34D15; }
span { border-color: rgb(243,77,21); }
td.TdClassName
{
border-color: #F34D15;
}
.TagClassName
{
border-color: #F34D15;
}
</style>