Shades of Vermilion #FA4D1D
Tints of Vermilion #FA4D1D
RGB
CMYK
RGB Variations
Color information
#FA4D1D (or 0xFA4D1D) is known color: Vermilion. HEX triplet: FA, 4D and 1D. RGB value is (250,77,29). Sum of RGB (Red+Green+Blue) = 250+77+29=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D1D is #05B2E2. Grayscale: #7B7B7B. Windows color (decimal): -373475 or 1920506. OLE color: 1920506.
HSL color Cylindrical-coordinate representation of color #FA4D1D: hue angle of 13.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA4D1D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 29 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.02 |
| HSL | 13.03º | 0.96% | 0.55% | - |
| HSV(B) | 13.03º | 0.88% | 0.98% | - |
| XYZ | 42.3 | 25.72 | 3.9 | - |
| YUV | 123.26 | 74.81 | 218.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 29 | 0 | 0.69 | 0.88 | 0.02 | 13.03 | 0.96 | 0.55 |
| Hex | FA | 4D | 1D | 0 | 45 | 58 | 2 | D | 60 | 37 |
| Octal | 372 | 115 | 35 | 0 | 105 | 130 | 2 | 15 | 140 | 67 |
| Binary | 11111010 | 1001101 | 11101 | 0 | 1000101 | 1011000 | 10 | 1101 | 1100000 | 110111 |
Color Harmonies of #FA4D1D
Complementary color
Monochromatic Colors of #FA4D1D
Black with #FA4D1D
Text Example
Text Example
White with #FA4D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D1D; }
p { color: rgb(250,77,29); }
H1.HeaderClassName
{
color: #FA4D1D;
}
.AnyTagClassName
{
color: #FA4D1D;
}
</style>
background-color css
<style>
a { background-color: #FA4D1D; }
a { background-color: rgb(250,77,29); }
div.DivClassName
{
background-color: #FA4D1D;
}
.BgClassName
{
background-color: #FA4D1D;
}
</style>
border-color css
<style>
span { border-color: #FA4D1D; }
span { border-color: rgb(250,77,29); }
td.TdClassName
{
border-color: #FA4D1D;
}
.TagClassName
{
border-color: #FA4D1D;
}
</style>