Shades of Valencia #E14D4D
Tints of Valencia #E14D4D
RGB
CMYK
RGB Variations
Color information
#E14D4D (or 0xE14D4D) is known color: Valencia. HEX triplet: E1, 4D and 4D. RGB value is (225,77,77). Sum of RGB (Red+Green+Blue) = 225+77+77=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 77 (30.47% from 255 or 20.32% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D4D is #1EB2B2. Grayscale: #797979. Windows color (decimal): -2011827 or 5066209. OLE color: 5066209.
HSL color Cylindrical-coordinate representation of color #E14D4D: hue angle of 0º 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 #E14D4D is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 77 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.12 |
| HSL | 0º | 0.71% | 0.59% | - |
| HSV(B) | 0º | 0.66% | 0.88% | - |
| XYZ | 35.04 | 21.85 | 9.39 | - |
| YUV | 121.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 77 | 0 | 0.66 | 0.66 | 0.12 | 0 | 0.71 | 0.59 |
| Hex | E1 | 4D | 4D | 0 | 42 | 42 | C | 0 | 47 | 3B |
| Octal | 341 | 115 | 115 | 0 | 102 | 102 | 14 | 0 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1001101 | 0 | 1000010 | 1000010 | 1100 | 0 | 1000111 | 111011 |
Color Harmonies of #E14D4D
Complementary color
Monochromatic Colors of #E14D4D
Black with #E14D4D
Text Example
Text Example
White with #E14D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D4D; }
p { color: rgb(225,77,77); }
H1.HeaderClassName
{
color: #E14D4D;
}
.AnyTagClassName
{
color: #E14D4D;
}
</style>
background-color css
<style>
a { background-color: #E14D4D; }
a { background-color: rgb(225,77,77); }
div.DivClassName
{
background-color: #E14D4D;
}
.BgClassName
{
background-color: #E14D4D;
}
</style>
border-color css
<style>
span { border-color: #E14D4D; }
span { border-color: rgb(225,77,77); }
td.TdClassName
{
border-color: #E14D4D;
}
.TagClassName
{
border-color: #E14D4D;
}
</style>