Shades of Valencia #E2514A
Tints of Valencia #E2514A
RGB
CMYK
RGB Variations
Color information
#E2514A (or 0xE2514A) is known color: Valencia. HEX triplet: E2, 51 and 4A. RGB value is (226,81,74). Sum of RGB (Red+Green+Blue) = 226+81+74=381 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.32% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 226 - color contains mainly: red. Hex color #E2514A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2514A is #1DAEB5. Grayscale: #7B7B7B. Windows color (decimal): -1945270 or 4870626. OLE color: 4870626.
HSL color Cylindrical-coordinate representation of color #E2514A: hue angle of 2.76º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E2514A is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 74 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.11 |
| HSL | 2.76º | 0.72% | 0.59% | - |
| HSV(B) | 2.76º | 0.67% | 0.89% | - |
| XYZ | 35.54 | 22.55 | 8.96 | - |
| YUV | 123.56 | 100.04 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 74 | 0 | 0.64 | 0.67 | 0.11 | 2.76 | 0.72 | 0.59 |
| Hex | E2 | 51 | 4A | 0 | 40 | 43 | B | 3 | 48 | 3B |
| Octal | 342 | 121 | 112 | 0 | 100 | 103 | 13 | 3 | 110 | 73 |
| Binary | 11100010 | 1010001 | 1001010 | 0 | 1000000 | 1000011 | 1011 | 11 | 1001000 | 111011 |
Color Harmonies of #E2514A
Complementary color
Monochromatic Colors of #E2514A
Black with #E2514A
Text Example
Text Example
White with #E2514A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2514A; }
p { color: rgb(226,81,74); }
H1.HeaderClassName
{
color: #E2514A;
}
.AnyTagClassName
{
color: #E2514A;
}
</style>
background-color css
<style>
a { background-color: #E2514A; }
a { background-color: rgb(226,81,74); }
div.DivClassName
{
background-color: #E2514A;
}
.BgClassName
{
background-color: #E2514A;
}
</style>
border-color css
<style>
span { border-color: #E2514A; }
span { border-color: rgb(226,81,74); }
td.TdClassName
{
border-color: #E2514A;
}
.TagClassName
{
border-color: #E2514A;
}
</style>