Shades of Vermilion #F04B0D
Tints of Vermilion #F04B0D
RGB
CMYK
RGB Variations
Color information
#F04B0D (or 0xF04B0D) is known color: Vermilion. HEX triplet: F0, 4B and 0D. RGB value is (240,75,13). Sum of RGB (Red+Green+Blue) = 240+75+13=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04B0D is #0FB4F2. Grayscale: #757575. Windows color (decimal): -1029363 or 871408. OLE color: 871408.
HSL color Cylindrical-coordinate representation of color #F04B0D: hue angle of 16.39º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F04B0D is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 13 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.06 |
| HSL | 16.39º | 0.9% | 0.5% | - |
| HSV(B) | 16.39º | 0.95% | 0.94% | - |
| XYZ | 38.52 | 23.59 | 2.9 | - |
| YUV | 117.27 | 69.16 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 13 | 0 | 0.69 | 0.95 | 0.06 | 16.39 | 0.9 | 0.5 |
| Hex | F0 | 4B | D | 0 | 45 | 5F | 6 | 10 | 5A | 32 |
| Octal | 360 | 113 | 15 | 0 | 105 | 137 | 6 | 20 | 132 | 62 |
| Binary | 11110000 | 1001011 | 1101 | 0 | 1000101 | 1011111 | 110 | 10000 | 1011010 | 110010 |
Color Harmonies of #F04B0D
Complementary color
Monochromatic Colors of #F04B0D
Black with #F04B0D
Text Example
Text Example
White with #F04B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04B0D; }
p { color: rgb(240,75,13); }
H1.HeaderClassName
{
color: #F04B0D;
}
.AnyTagClassName
{
color: #F04B0D;
}
</style>
background-color css
<style>
a { background-color: #F04B0D; }
a { background-color: rgb(240,75,13); }
div.DivClassName
{
background-color: #F04B0D;
}
.BgClassName
{
background-color: #F04B0D;
}
</style>
border-color css
<style>
span { border-color: #F04B0D; }
span { border-color: rgb(240,75,13); }
td.TdClassName
{
border-color: #F04B0D;
}
.TagClassName
{
border-color: #F04B0D;
}
</style>