Shades of Vermilion #F34C19
Tints of Vermilion #F34C19
RGB
CMYK
RGB Variations
Color information
#F34C19 (or 0xF34C19) is known color: Vermilion. HEX triplet: F3, 4C and 19. RGB value is (243,76,25). Sum of RGB (Red+Green+Blue) = 243+76+25=344 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.64% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34C19 is #0CB3E6. Grayscale: #787878. Windows color (decimal): -832487 or 1658099. OLE color: 1658099.
HSL color Cylindrical-coordinate representation of color #F34C19: hue angle of 14.04º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F34C19 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 25 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.05 |
| HSL | 14.04º | 0.9% | 0.53% | - |
| HSV(B) | 14.04º | 0.9% | 0.95% | - |
| XYZ | 39.72 | 24.29 | 3.52 | - |
| YUV | 120.12 | 74.33 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 25 | 0 | 0.69 | 0.90 | 0.05 | 14.04 | 0.9 | 0.53 |
| Hex | F3 | 4C | 19 | 0 | 45 | 5A | 5 | E | 5A | 35 |
| Octal | 363 | 114 | 31 | 0 | 105 | 132 | 5 | 16 | 132 | 65 |
| Binary | 11110011 | 1001100 | 11001 | 0 | 1000101 | 1011010 | 101 | 1110 | 1011010 | 110101 |
Color Harmonies of #F34C19
Complementary color
Monochromatic Colors of #F34C19
Black with #F34C19
Text Example
Text Example
White with #F34C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C19; }
p { color: rgb(243,76,25); }
H1.HeaderClassName
{
color: #F34C19;
}
.AnyTagClassName
{
color: #F34C19;
}
</style>
background-color css
<style>
a { background-color: #F34C19; }
a { background-color: rgb(243,76,25); }
div.DivClassName
{
background-color: #F34C19;
}
.BgClassName
{
background-color: #F34C19;
}
</style>
border-color css
<style>
span { border-color: #F34C19; }
span { border-color: rgb(243,76,25); }
td.TdClassName
{
border-color: #F34C19;
}
.TagClassName
{
border-color: #F34C19;
}
</style>