Shades of Valencia #E6514B
Tints of Valencia #E6514B
RGB
CMYK
RGB Variations
Color information
#E6514B (or 0xE6514B) is known color: Valencia. HEX triplet: E6, 51 and 4B. RGB value is (230,81,75). Sum of RGB (Red+Green+Blue) = 230+81+75=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6514B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E6514B is #19AEB4. Grayscale: #7D7D7D. Windows color (decimal): -1683125 or 4936166. OLE color: 4936166.
HSL color Cylindrical-coordinate representation of color #E6514B: hue angle of 2.32º degrees, saturation: 0.76, 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 #E6514B is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 75 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.10 |
| HSL | 2.32º | 0.76% | 0.6% | - |
| HSV(B) | 2.32º | 0.67% | 0.9% | - |
| XYZ | 36.85 | 23.22 | 9.2 | - |
| YUV | 124.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 75 | 0 | 0.65 | 0.67 | 0.10 | 2.32 | 0.76 | 0.6 |
| Hex | E6 | 51 | 4B | 0 | 41 | 43 | A | 2 | 4C | 3C |
| Octal | 346 | 121 | 113 | 0 | 101 | 103 | 12 | 2 | 114 | 74 |
| Binary | 11100110 | 1010001 | 1001011 | 0 | 1000001 | 1000011 | 1010 | 10 | 1001100 | 111100 |
Color Harmonies of #E6514B
Complementary color
Monochromatic Colors of #E6514B
Black with #E6514B
Text Example
Text Example
White with #E6514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6514B; }
p { color: rgb(230,81,75); }
H1.HeaderClassName
{
color: #E6514B;
}
.AnyTagClassName
{
color: #E6514B;
}
</style>
background-color css
<style>
a { background-color: #E6514B; }
a { background-color: rgb(230,81,75); }
div.DivClassName
{
background-color: #E6514B;
}
.BgClassName
{
background-color: #E6514B;
}
</style>
border-color css
<style>
span { border-color: #E6514B; }
span { border-color: rgb(230,81,75); }
td.TdClassName
{
border-color: #E6514B;
}
.TagClassName
{
border-color: #E6514B;
}
</style>