Shades of Vermilion #F44A04
Tints of Vermilion #F44A04
RGB
CMYK
RGB Variations
Color information
#F44A04 (or 0xF44A04) is known color: Vermilion. HEX triplet: F4, 4A and 04. RGB value is (244,74,4). Sum of RGB (Red+Green+Blue) = 244+74+4=322 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.78% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44A04 is #0BB5FB. Grayscale: #757575. Windows color (decimal): -767484 or 281332. OLE color: 281332.
HSL color Cylindrical-coordinate representation of color #F44A04: hue angle of 17.5º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F44A04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.04 |
| HSL | 17.5º | 0.97% | 0.49% | - |
| HSV(B) | 17.5º | 0.98% | 0.96% | - |
| XYZ | 39.78 | 24.14 | 2.68 | - |
| YUV | 116.85 | 64.32 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 4 | 0 | 0.70 | 0.98 | 0.04 | 17.5 | 0.97 | 0.49 |
| Hex | F4 | 4A | 4 | 0 | 46 | 62 | 4 | 12 | 61 | 31 |
| Octal | 364 | 112 | 4 | 0 | 106 | 142 | 4 | 22 | 141 | 61 |
| Binary | 11110100 | 1001010 | 100 | 0 | 1000110 | 1100010 | 100 | 10010 | 1100001 | 110001 |
Color Harmonies of #F44A04
Complementary color
Monochromatic Colors of #F44A04
Black with #F44A04
Text Example
Text Example
White with #F44A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A04; }
p { color: rgb(244,74,4); }
H1.HeaderClassName
{
color: #F44A04;
}
.AnyTagClassName
{
color: #F44A04;
}
</style>
background-color css
<style>
a { background-color: #F44A04; }
a { background-color: rgb(244,74,4); }
div.DivClassName
{
background-color: #F44A04;
}
.BgClassName
{
background-color: #F44A04;
}
</style>
border-color css
<style>
span { border-color: #F44A04; }
span { border-color: rgb(244,74,4); }
td.TdClassName
{
border-color: #F44A04;
}
.TagClassName
{
border-color: #F44A04;
}
</style>