Shades of Vermilion #F44C1C
Tints of Vermilion #F44C1C
RGB
CMYK
RGB Variations
Color information
#F44C1C (or 0xF44C1C) is known color: Vermilion. HEX triplet: F4, 4C and 1C. RGB value is (244,76,28). Sum of RGB (Red+Green+Blue) = 244+76+28=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F44C1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F44C1C is #0BB3E3. Grayscale: #797979. Windows color (decimal): -766948 or 1854708. OLE color: 1854708.
HSL color Cylindrical-coordinate representation of color #F44C1C: hue angle of 13.33º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F44C1C is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 76 | 28 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.04 |
| HSL | 13.33º | 0.91% | 0.53% | - |
| HSV(B) | 13.33º | 0.89% | 0.96% | - |
| XYZ | 40.1 | 24.49 | 3.71 | - |
| YUV | 120.76 | 75.66 | 215.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 76 | 28 | 0 | 0.69 | 0.89 | 0.04 | 13.33 | 0.91 | 0.53 |
| Hex | F4 | 4C | 1C | 0 | 45 | 59 | 4 | D | 5B | 35 |
| Octal | 364 | 114 | 34 | 0 | 105 | 131 | 4 | 15 | 133 | 65 |
| Binary | 11110100 | 1001100 | 11100 | 0 | 1000101 | 1011001 | 100 | 1101 | 1011011 | 110101 |
Color Harmonies of #F44C1C
Complementary color
Monochromatic Colors of #F44C1C
Black with #F44C1C
Text Example
Text Example
White with #F44C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44C1C; }
p { color: rgb(244,76,28); }
H1.HeaderClassName
{
color: #F44C1C;
}
.AnyTagClassName
{
color: #F44C1C;
}
</style>
background-color css
<style>
a { background-color: #F44C1C; }
a { background-color: rgb(244,76,28); }
div.DivClassName
{
background-color: #F44C1C;
}
.BgClassName
{
background-color: #F44C1C;
}
</style>
border-color css
<style>
span { border-color: #F44C1C; }
span { border-color: rgb(244,76,28); }
td.TdClassName
{
border-color: #F44C1C;
}
.TagClassName
{
border-color: #F44C1C;
}
</style>