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