Shades of Valencia #E7514F
Tints of Valencia #E7514F
RGB
CMYK
RGB Variations
Color information
#E7514F (or 0xE7514F) is known color: Valencia. HEX triplet: E7, 51 and 4F. RGB value is (231,81,79). Sum of RGB (Red+Green+Blue) = 231+81+79=391 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.08% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 231 - color contains mainly: red. Hex color #E7514F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7514F is #18AEB0. Grayscale: #7D7D7D. Windows color (decimal): -1617585 or 5198311. OLE color: 5198311.
HSL color Cylindrical-coordinate representation of color #E7514F: hue angle of 0.79º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7514F is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 79 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.09 |
| HSL | 0.79º | 0.76% | 0.61% | - |
| HSV(B) | 0.79º | 0.66% | 0.91% | - |
| XYZ | 37.31 | 23.44 | 9.95 | - |
| YUV | 125.62 | 101.7 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 79 | 0 | 0.65 | 0.66 | 0.09 | 0.79 | 0.76 | 0.61 |
| Hex | E7 | 51 | 4F | 0 | 41 | 42 | 9 | 1 | 4C | 3D |
| Octal | 347 | 121 | 117 | 0 | 101 | 102 | 11 | 1 | 114 | 75 |
| Binary | 11100111 | 1010001 | 1001111 | 0 | 1000001 | 1000010 | 1001 | 1 | 1001100 | 111101 |
Color Harmonies of #E7514F
Complementary color
Monochromatic Colors of #E7514F
Black with #E7514F
Text Example
Text Example
White with #E7514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7514F; }
p { color: rgb(231,81,79); }
H1.HeaderClassName
{
color: #E7514F;
}
.AnyTagClassName
{
color: #E7514F;
}
</style>
background-color css
<style>
a { background-color: #E7514F; }
a { background-color: rgb(231,81,79); }
div.DivClassName
{
background-color: #E7514F;
}
.BgClassName
{
background-color: #E7514F;
}
</style>
border-color css
<style>
span { border-color: #E7514F; }
span { border-color: rgb(231,81,79); }
td.TdClassName
{
border-color: #E7514F;
}
.TagClassName
{
border-color: #E7514F;
}
</style>