Shades of Vermilion #F34C0B
Tints of Vermilion #F34C0B
RGB
CMYK
RGB Variations
Color information
#F34C0B (or 0xF34C0B) is known color: Vermilion. HEX triplet: F3, 4C and 0B. RGB value is (243,76,11). Sum of RGB (Red+Green+Blue) = 243+76+11=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34C0B is #0CB3F4. Grayscale: #767676. Windows color (decimal): -832501 or 740595. OLE color: 740595.
HSL color Cylindrical-coordinate representation of color #F34C0B: hue angle of 16.81º 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 #F34C0B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.05 |
| HSL | 16.81º | 0.91% | 0.5% | - |
| HSV(B) | 16.81º | 0.95% | 0.95% | - |
| XYZ | 39.61 | 24.25 | 2.91 | - |
| YUV | 118.52 | 67.33 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 11 | 0 | 0.69 | 0.95 | 0.05 | 16.81 | 0.91 | 0.5 |
| Hex | F3 | 4C | B | 0 | 45 | 5F | 5 | 11 | 5B | 32 |
| Octal | 363 | 114 | 13 | 0 | 105 | 137 | 5 | 21 | 133 | 62 |
| Binary | 11110011 | 1001100 | 1011 | 0 | 1000101 | 1011111 | 101 | 10001 | 1011011 | 110010 |
Color Harmonies of #F34C0B
Complementary color
Monochromatic Colors of #F34C0B
Black with #F34C0B
Text Example
Text Example
White with #F34C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C0B; }
p { color: rgb(243,76,11); }
H1.HeaderClassName
{
color: #F34C0B;
}
.AnyTagClassName
{
color: #F34C0B;
}
</style>
background-color css
<style>
a { background-color: #F34C0B; }
a { background-color: rgb(243,76,11); }
div.DivClassName
{
background-color: #F34C0B;
}
.BgClassName
{
background-color: #F34C0B;
}
</style>
border-color css
<style>
span { border-color: #F34C0B; }
span { border-color: rgb(243,76,11); }
td.TdClassName
{
border-color: #F34C0B;
}
.TagClassName
{
border-color: #F34C0B;
}
</style>