Shades of Valencia #E2514B
Tints of Valencia #E2514B
RGB
CMYK
RGB Variations
Color information
#E2514B (or 0xE2514B) is known color: Valencia. HEX triplet: E2, 51 and 4B. RGB value is (226,81,75). Sum of RGB (Red+Green+Blue) = 226+81+75=382 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.16% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 226 - color contains mainly: red. Hex color #E2514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2514B is #1DAEB4. Grayscale: #7B7B7B. Windows color (decimal): -1945269 or 4936162. OLE color: 4936162.
HSL color Cylindrical-coordinate representation of color #E2514B: hue angle of 2.38º 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 #E2514B is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 75 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.11 |
| HSL | 2.38º | 0.72% | 0.59% | - |
| HSV(B) | 2.38º | 0.67% | 0.89% | - |
| XYZ | 35.58 | 22.56 | 9.14 | - |
| YUV | 123.67 | 100.54 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 75 | 0 | 0.64 | 0.67 | 0.11 | 2.38 | 0.72 | 0.59 |
| Hex | E2 | 51 | 4B | 0 | 40 | 43 | B | 2 | 48 | 3B |
| Octal | 342 | 121 | 113 | 0 | 100 | 103 | 13 | 2 | 110 | 73 |
| Binary | 11100010 | 1010001 | 1001011 | 0 | 1000000 | 1000011 | 1011 | 10 | 1001000 | 111011 |
Color Harmonies of #E2514B
Complementary color
Monochromatic Colors of #E2514B
Black with #E2514B
Text Example
Text Example
White with #E2514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2514B; }
p { color: rgb(226,81,75); }
H1.HeaderClassName
{
color: #E2514B;
}
.AnyTagClassName
{
color: #E2514B;
}
</style>
background-color css
<style>
a { background-color: #E2514B; }
a { background-color: rgb(226,81,75); }
div.DivClassName
{
background-color: #E2514B;
}
.BgClassName
{
background-color: #E2514B;
}
</style>
border-color css
<style>
span { border-color: #E2514B; }
span { border-color: rgb(226,81,75); }
td.TdClassName
{
border-color: #E2514B;
}
.TagClassName
{
border-color: #E2514B;
}
</style>