Shades of Vermilion #F14A0C
Tints of Vermilion #F14A0C
RGB
CMYK
RGB Variations
Color information
#F14A0C (or 0xF14A0C) is known color: Vermilion. HEX triplet: F1, 4A and 0C. RGB value is (241,74,12). Sum of RGB (Red+Green+Blue) = 241+74+12=327 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.70% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14A0C is #0EB5F3. Grayscale: #757575. Windows color (decimal): -964084 or 805617. OLE color: 805617.
HSL color Cylindrical-coordinate representation of color #F14A0C: hue angle of 16.24º 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 #F14A0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 74 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.05 |
| HSL | 16.24º | 0.91% | 0.5% | - |
| HSV(B) | 16.24º | 0.95% | 0.95% | - |
| XYZ | 38.79 | 23.62 | 2.86 | - |
| YUV | 116.87 | 68.83 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 74 | 12 | 0 | 0.69 | 0.95 | 0.05 | 16.24 | 0.91 | 0.5 |
| Hex | F1 | 4A | C | 0 | 45 | 5F | 5 | 10 | 5B | 32 |
| Octal | 361 | 112 | 14 | 0 | 105 | 137 | 5 | 20 | 133 | 62 |
| Binary | 11110001 | 1001010 | 1100 | 0 | 1000101 | 1011111 | 101 | 10000 | 1011011 | 110010 |
Color Harmonies of #F14A0C
Complementary color
Monochromatic Colors of #F14A0C
Black with #F14A0C
Text Example
Text Example
White with #F14A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14A0C; }
p { color: rgb(241,74,12); }
H1.HeaderClassName
{
color: #F14A0C;
}
.AnyTagClassName
{
color: #F14A0C;
}
</style>
background-color css
<style>
a { background-color: #F14A0C; }
a { background-color: rgb(241,74,12); }
div.DivClassName
{
background-color: #F14A0C;
}
.BgClassName
{
background-color: #F14A0C;
}
</style>
border-color css
<style>
span { border-color: #F14A0C; }
span { border-color: rgb(241,74,12); }
td.TdClassName
{
border-color: #F14A0C;
}
.TagClassName
{
border-color: #F14A0C;
}
</style>