Shades of Vermilion #F34C0C
Tints of Vermilion #F34C0C
RGB
CMYK
RGB Variations
Color information
#F34C0C (or 0xF34C0C) is known color: Vermilion. HEX triplet: F3, 4C and 0C. RGB value is (243,76,12). Sum of RGB (Red+Green+Blue) = 243+76+12=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34C0C is #0CB3F3. Grayscale: #777777. Windows color (decimal): -832500 or 806131. OLE color: 806131.
HSL color Cylindrical-coordinate representation of color #F34C0C: hue angle of 16.62º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F34C0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.05 |
| HSL | 16.62º | 0.91% | 0.5% | - |
| HSV(B) | 16.62º | 0.95% | 0.95% | - |
| XYZ | 39.61 | 24.25 | 2.94 | - |
| YUV | 118.64 | 67.83 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 12 | 0 | 0.69 | 0.95 | 0.05 | 16.62 | 0.91 | 0.5 |
| Hex | F3 | 4C | C | 0 | 45 | 5F | 5 | 11 | 5B | 32 |
| Octal | 363 | 114 | 14 | 0 | 105 | 137 | 5 | 21 | 133 | 62 |
| Binary | 11110011 | 1001100 | 1100 | 0 | 1000101 | 1011111 | 101 | 10001 | 1011011 | 110010 |
Color Harmonies of #F34C0C
Complementary color
Monochromatic Colors of #F34C0C
Black with #F34C0C
Text Example
Text Example
White with #F34C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C0C; }
p { color: rgb(243,76,12); }
H1.HeaderClassName
{
color: #F34C0C;
}
.AnyTagClassName
{
color: #F34C0C;
}
</style>
background-color css
<style>
a { background-color: #F34C0C; }
a { background-color: rgb(243,76,12); }
div.DivClassName
{
background-color: #F34C0C;
}
.BgClassName
{
background-color: #F34C0C;
}
</style>
border-color css
<style>
span { border-color: #F34C0C; }
span { border-color: rgb(243,76,12); }
td.TdClassName
{
border-color: #F34C0C;
}
.TagClassName
{
border-color: #F34C0C;
}
</style>