Shades of Vermilion #F24D1A
Tints of Vermilion #F24D1A
RGB
CMYK
RGB Variations
Color information
#F24D1A (or 0xF24D1A) is known color: Vermilion. HEX triplet: F2, 4D and 1A. RGB value is (242,77,26). Sum of RGB (Red+Green+Blue) = 242+77+26=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D1A is #0DB2E5. Grayscale: #787878. Windows color (decimal): -897766 or 1723890. OLE color: 1723890.
HSL color Cylindrical-coordinate representation of color #F24D1A: hue angle of 14.17º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F24D1A is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 26 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.05 |
| HSL | 14.17º | 0.89% | 0.53% | - |
| HSV(B) | 14.17º | 0.89% | 0.95% | - |
| XYZ | 39.46 | 24.26 | 3.58 | - |
| YUV | 120.52 | 74.66 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 26 | 0 | 0.68 | 0.89 | 0.05 | 14.17 | 0.89 | 0.53 |
| Hex | F2 | 4D | 1A | 0 | 44 | 59 | 5 | E | 59 | 35 |
| Octal | 362 | 115 | 32 | 0 | 104 | 131 | 5 | 16 | 131 | 65 |
| Binary | 11110010 | 1001101 | 11010 | 0 | 1000100 | 1011001 | 101 | 1110 | 1011001 | 110101 |
Color Harmonies of #F24D1A
Complementary color
Monochromatic Colors of #F24D1A
Black with #F24D1A
Text Example
Text Example
White with #F24D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D1A; }
p { color: rgb(242,77,26); }
H1.HeaderClassName
{
color: #F24D1A;
}
.AnyTagClassName
{
color: #F24D1A;
}
</style>
background-color css
<style>
a { background-color: #F24D1A; }
a { background-color: rgb(242,77,26); }
div.DivClassName
{
background-color: #F24D1A;
}
.BgClassName
{
background-color: #F24D1A;
}
</style>
border-color css
<style>
span { border-color: #F24D1A; }
span { border-color: rgb(242,77,26); }
td.TdClassName
{
border-color: #F24D1A;
}
.TagClassName
{
border-color: #F24D1A;
}
</style>