Shades of Valencia #E6514D
Tints of Valencia #E6514D
RGB
CMYK
RGB Variations
Color information
#E6514D (or 0xE6514D) is known color: Valencia. HEX triplet: E6, 51 and 4D. RGB value is (230,81,77). Sum of RGB (Red+Green+Blue) = 230+81+77=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6514D is #19AEB2. Grayscale: #7D7D7D. Windows color (decimal): -1683123 or 5067238. OLE color: 5067238.
HSL color Cylindrical-coordinate representation of color #E6514D: hue angle of 1.57º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6514D is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 77 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.10 |
| HSL | 1.57º | 0.75% | 0.6% | - |
| HSV(B) | 1.57º | 0.67% | 0.9% | - |
| XYZ | 36.92 | 23.24 | 9.56 | - |
| YUV | 125.1 | 100.86 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 77 | 0 | 0.65 | 0.67 | 0.10 | 1.57 | 0.75 | 0.6 |
| Hex | E6 | 51 | 4D | 0 | 41 | 43 | A | 2 | 4B | 3C |
| Octal | 346 | 121 | 115 | 0 | 101 | 103 | 12 | 2 | 113 | 74 |
| Binary | 11100110 | 1010001 | 1001101 | 0 | 1000001 | 1000011 | 1010 | 10 | 1001011 | 111100 |
Color Harmonies of #E6514D
Complementary color
Monochromatic Colors of #E6514D
Black with #E6514D
Text Example
Text Example
White with #E6514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6514D; }
p { color: rgb(230,81,77); }
H1.HeaderClassName
{
color: #E6514D;
}
.AnyTagClassName
{
color: #E6514D;
}
</style>
background-color css
<style>
a { background-color: #E6514D; }
a { background-color: rgb(230,81,77); }
div.DivClassName
{
background-color: #E6514D;
}
.BgClassName
{
background-color: #E6514D;
}
</style>
border-color css
<style>
span { border-color: #E6514D; }
span { border-color: rgb(230,81,77); }
td.TdClassName
{
border-color: #E6514D;
}
.TagClassName
{
border-color: #E6514D;
}
</style>