Shades of Vermilion #F14902
Tints of Vermilion #F14902
RGB
CMYK
RGB Variations
Color information
#F14902 (or 0xF14902) is known color: Vermilion. HEX triplet: F1, 49 and 02. RGB value is (241,73,2). Sum of RGB (Red+Green+Blue) = 241+73+2=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F14902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F14902 is #0EB6FD. Grayscale: #737373. Windows color (decimal): -964350 or 150001. OLE color: 150001.
HSL color Cylindrical-coordinate representation of color #F14902: hue angle of 17.82º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F14902 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 73 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.05 |
| HSL | 17.82º | 0.98% | 0.48% | - |
| HSV(B) | 17.82º | 0.99% | 0.95% | - |
| XYZ | 38.67 | 23.47 | 2.55 | - |
| YUV | 115.14 | 64.16 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 73 | 2 | 0 | 0.70 | 0.99 | 0.05 | 17.82 | 0.98 | 0.48 |
| Hex | F1 | 49 | 2 | 0 | 46 | 63 | 5 | 12 | 62 | 30 |
| Octal | 361 | 111 | 2 | 0 | 106 | 143 | 5 | 22 | 142 | 60 |
| Binary | 11110001 | 1001001 | 10 | 0 | 1000110 | 1100011 | 101 | 10010 | 1100010 | 110000 |
Color Harmonies of #F14902
Complementary color
Monochromatic Colors of #F14902
Black with #F14902
Text Example
Text Example
White with #F14902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14902; }
p { color: rgb(241,73,2); }
H1.HeaderClassName
{
color: #F14902;
}
.AnyTagClassName
{
color: #F14902;
}
</style>
background-color css
<style>
a { background-color: #F14902; }
a { background-color: rgb(241,73,2); }
div.DivClassName
{
background-color: #F14902;
}
.BgClassName
{
background-color: #F14902;
}
</style>
border-color css
<style>
span { border-color: #F14902; }
span { border-color: rgb(241,73,2); }
td.TdClassName
{
border-color: #F14902;
}
.TagClassName
{
border-color: #F14902;
}
</style>