Shades of Vermilion #F44A0A
Tints of Vermilion #F44A0A
RGB
CMYK
RGB Variations
Color information
#F44A0A (or 0xF44A0A) is known color: Vermilion. HEX triplet: F4, 4A and 0A. RGB value is (244,74,10). Sum of RGB (Red+Green+Blue) = 244+74+10=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F44A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44A0A is #0BB5F5. Grayscale: #757575. Windows color (decimal): -767478 or 674548. OLE color: 674548.
HSL color Cylindrical-coordinate representation of color #F44A0A: hue angle of 16.41º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F44A0A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 74 | 10 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.04 |
| HSL | 16.41º | 0.92% | 0.5% | - |
| HSV(B) | 16.41º | 0.96% | 0.96% | - |
| XYZ | 39.81 | 24.15 | 2.85 | - |
| YUV | 117.53 | 67.32 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 74 | 10 | 0 | 0.70 | 0.96 | 0.04 | 16.41 | 0.92 | 0.5 |
| Hex | F4 | 4A | A | 0 | 46 | 60 | 4 | 10 | 5C | 32 |
| Octal | 364 | 112 | 12 | 0 | 106 | 140 | 4 | 20 | 134 | 62 |
| Binary | 11110100 | 1001010 | 1010 | 0 | 1000110 | 1100000 | 100 | 10000 | 1011100 | 110010 |
Color Harmonies of #F44A0A
Complementary color
Monochromatic Colors of #F44A0A
Black with #F44A0A
Text Example
Text Example
White with #F44A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44A0A; }
p { color: rgb(244,74,10); }
H1.HeaderClassName
{
color: #F44A0A;
}
.AnyTagClassName
{
color: #F44A0A;
}
</style>
background-color css
<style>
a { background-color: #F44A0A; }
a { background-color: rgb(244,74,10); }
div.DivClassName
{
background-color: #F44A0A;
}
.BgClassName
{
background-color: #F44A0A;
}
</style>
border-color css
<style>
span { border-color: #F44A0A; }
span { border-color: rgb(244,74,10); }
td.TdClassName
{
border-color: #F44A0A;
}
.TagClassName
{
border-color: #F44A0A;
}
</style>