Shades of Valencia #E1514D
Tints of Valencia #E1514D
RGB
CMYK
RGB Variations
Color information
#E1514D (or 0xE1514D) is known color: Valencia. HEX triplet: E1, 51 and 4D. RGB value is (225,81,77). Sum of RGB (Red+Green+Blue) = 225+81+77=383 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.75% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 225 - color contains mainly: red. Hex color #E1514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1514D is #1EAEB2. Grayscale: #7B7B7B. Windows color (decimal): -2010803 or 5067233. OLE color: 5067233.
HSL color Cylindrical-coordinate representation of color #E1514D: hue angle of 1.62º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1514D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 77 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.12 |
| HSL | 1.62º | 0.71% | 0.59% | - |
| HSV(B) | 1.62º | 0.66% | 0.88% | - |
| XYZ | 35.33 | 22.43 | 9.49 | - |
| YUV | 123.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 77 | 0 | 0.64 | 0.66 | 0.12 | 1.62 | 0.71 | 0.59 |
| Hex | E1 | 51 | 4D | 0 | 40 | 42 | C | 2 | 47 | 3B |
| Octal | 341 | 121 | 115 | 0 | 100 | 102 | 14 | 2 | 107 | 73 |
| Binary | 11100001 | 1010001 | 1001101 | 0 | 1000000 | 1000010 | 1100 | 10 | 1000111 | 111011 |
Color Harmonies of #E1514D
Complementary color
Monochromatic Colors of #E1514D
Black with #E1514D
Text Example
Text Example
White with #E1514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1514D; }
p { color: rgb(225,81,77); }
H1.HeaderClassName
{
color: #E1514D;
}
.AnyTagClassName
{
color: #E1514D;
}
</style>
background-color css
<style>
a { background-color: #E1514D; }
a { background-color: rgb(225,81,77); }
div.DivClassName
{
background-color: #E1514D;
}
.BgClassName
{
background-color: #E1514D;
}
</style>
border-color css
<style>
span { border-color: #E1514D; }
span { border-color: rgb(225,81,77); }
td.TdClassName
{
border-color: #E1514D;
}
.TagClassName
{
border-color: #E1514D;
}
</style>