Shades of Vermilion #FD501C
Tints of Vermilion #FD501C
RGB
CMYK
RGB Variations
Color information
#FD501C (or 0xFD501C) is known color: Vermilion. HEX triplet: FD, 50 and 1C. RGB value is (253,80,28). Sum of RGB (Red+Green+Blue) = 253+80+28=361 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.08% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 253 - color contains mainly: red. Hex color #FD501C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD501C is #02AFE3. Grayscale: #7E7E7E. Windows color (decimal): -176100 or 1855741. OLE color: 1855741.
HSL color Cylindrical-coordinate representation of color #FD501C: hue angle of 13.87º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD501C is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 28 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.01 |
| HSL | 13.87º | 0.98% | 0.55% | - |
| HSV(B) | 13.87º | 0.89% | 0.99% | - |
| XYZ | 43.59 | 26.7 | 3.96 | - |
| YUV | 125.8 | 72.81 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 28 | 0 | 0.68 | 0.89 | 0.01 | 13.87 | 0.98 | 0.55 |
| Hex | FD | 50 | 1C | 0 | 44 | 59 | 1 | E | 62 | 37 |
| Octal | 375 | 120 | 34 | 0 | 104 | 131 | 1 | 16 | 142 | 67 |
| Binary | 11111101 | 1010000 | 11100 | 0 | 1000100 | 1011001 | 1 | 1110 | 1100010 | 110111 |
Color Harmonies of #FD501C
Complementary color
Monochromatic Colors of #FD501C
Black with #FD501C
Text Example
Text Example
White with #FD501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD501C; }
p { color: rgb(253,80,28); }
H1.HeaderClassName
{
color: #FD501C;
}
.AnyTagClassName
{
color: #FD501C;
}
</style>
background-color css
<style>
a { background-color: #FD501C; }
a { background-color: rgb(253,80,28); }
div.DivClassName
{
background-color: #FD501C;
}
.BgClassName
{
background-color: #FD501C;
}
</style>
border-color css
<style>
span { border-color: #FD501C; }
span { border-color: rgb(253,80,28); }
td.TdClassName
{
border-color: #FD501C;
}
.TagClassName
{
border-color: #FD501C;
}
</style>