Shades of Vermilion #F24D1B
Tints of Vermilion #F24D1B
RGB
CMYK
RGB Variations
Color information
#F24D1B (or 0xF24D1B) is known color: Vermilion. HEX triplet: F2, 4D and 1B. RGB value is (242,77,27). Sum of RGB (Red+Green+Blue) = 242+77+27=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F24D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F24D1B is #0DB2E4. Grayscale: #797979. Windows color (decimal): -897765 or 1789426. OLE color: 1789426.
HSL color Cylindrical-coordinate representation of color #F24D1B: hue angle of 13.95º 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 #F24D1B is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 77 | 27 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.05 |
| HSL | 13.95º | 0.89% | 0.53% | - |
| HSV(B) | 13.95º | 0.89% | 0.95% | - |
| XYZ | 39.47 | 24.26 | 3.64 | - |
| YUV | 120.64 | 75.16 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 27 | 0 | 0.68 | 0.89 | 0.05 | 13.95 | 0.89 | 0.53 |
| Hex | F2 | 4D | 1B | 0 | 44 | 59 | 5 | E | 59 | 35 |
| Octal | 362 | 115 | 33 | 0 | 104 | 131 | 5 | 16 | 131 | 65 |
| Binary | 11110010 | 1001101 | 11011 | 0 | 1000100 | 1011001 | 101 | 1110 | 1011001 | 110101 |
Color Harmonies of #F24D1B
Complementary color
Monochromatic Colors of #F24D1B
Black with #F24D1B
Text Example
Text Example
White with #F24D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24D1B; }
p { color: rgb(242,77,27); }
H1.HeaderClassName
{
color: #F24D1B;
}
.AnyTagClassName
{
color: #F24D1B;
}
</style>
background-color css
<style>
a { background-color: #F24D1B; }
a { background-color: rgb(242,77,27); }
div.DivClassName
{
background-color: #F24D1B;
}
.BgClassName
{
background-color: #F24D1B;
}
</style>
border-color css
<style>
span { border-color: #F24D1B; }
span { border-color: rgb(242,77,27); }
td.TdClassName
{
border-color: #F24D1B;
}
.TagClassName
{
border-color: #F24D1B;
}
</style>