Shades of Vermilion #F34C12
Tints of Vermilion #F34C12
RGB
CMYK
RGB Variations
Color information
#F34C12 (or 0xF34C12) is known color: Vermilion. HEX triplet: F3, 4C and 12. RGB value is (243,76,18). Sum of RGB (Red+Green+Blue) = 243+76+18=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34C12 is #0CB3ED. Grayscale: #777777. Windows color (decimal): -832494 or 1199347. OLE color: 1199347.
HSL color Cylindrical-coordinate representation of color #F34C12: hue angle of 15.47º 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 #F34C12 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 18 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.05 |
| HSL | 15.47º | 0.9% | 0.51% | - |
| HSV(B) | 15.47º | 0.93% | 0.95% | - |
| XYZ | 39.66 | 24.27 | 3.17 | - |
| YUV | 119.32 | 70.83 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 18 | 0 | 0.69 | 0.93 | 0.05 | 15.47 | 0.9 | 0.51 |
| Hex | F3 | 4C | 12 | 0 | 45 | 5D | 5 | F | 5A | 33 |
| Octal | 363 | 114 | 22 | 0 | 105 | 135 | 5 | 17 | 132 | 63 |
| Binary | 11110011 | 1001100 | 10010 | 0 | 1000101 | 1011101 | 101 | 1111 | 1011010 | 110011 |
Color Harmonies of #F34C12
Complementary color
Monochromatic Colors of #F34C12
Black with #F34C12
Text Example
Text Example
White with #F34C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C12; }
p { color: rgb(243,76,18); }
H1.HeaderClassName
{
color: #F34C12;
}
.AnyTagClassName
{
color: #F34C12;
}
</style>
background-color css
<style>
a { background-color: #F34C12; }
a { background-color: rgb(243,76,18); }
div.DivClassName
{
background-color: #F34C12;
}
.BgClassName
{
background-color: #F34C12;
}
</style>
border-color css
<style>
span { border-color: #F34C12; }
span { border-color: rgb(243,76,18); }
td.TdClassName
{
border-color: #F34C12;
}
.TagClassName
{
border-color: #F34C12;
}
</style>