Shades of Valencia #E1544B
Tints of Valencia #E1544B
RGB
CMYK
RGB Variations
Color information
#E1544B (or 0xE1544B) is known color: Valencia. HEX triplet: E1, 54 and 4B. RGB value is (225,84,75). Sum of RGB (Red+Green+Blue) = 225+84+75=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E1544B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1544B is #1EABB4. Grayscale: #7D7D7D. Windows color (decimal): -2010037 or 4936929. OLE color: 4936929.
HSL color Cylindrical-coordinate representation of color #E1544B: hue angle of 3.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E1544B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 75 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.12 |
| HSL | 3.6º | 0.71% | 0.59% | - |
| HSV(B) | 3.6º | 0.67% | 0.88% | - |
| XYZ | 35.49 | 22.86 | 9.2 | - |
| YUV | 125.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 75 | 0 | 0.63 | 0.67 | 0.12 | 3.6 | 0.71 | 0.59 |
| Hex | E1 | 54 | 4B | 0 | 3F | 43 | C | 4 | 47 | 3B |
| Octal | 341 | 124 | 113 | 0 | 77 | 103 | 14 | 4 | 107 | 73 |
| Binary | 11100001 | 1010100 | 1001011 | 0 | 111111 | 1000011 | 1100 | 100 | 1000111 | 111011 |
Color Harmonies of #E1544B
Complementary color
Monochromatic Colors of #E1544B
Black with #E1544B
Text Example
Text Example
White with #E1544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1544B; }
p { color: rgb(225,84,75); }
H1.HeaderClassName
{
color: #E1544B;
}
.AnyTagClassName
{
color: #E1544B;
}
</style>
background-color css
<style>
a { background-color: #E1544B; }
a { background-color: rgb(225,84,75); }
div.DivClassName
{
background-color: #E1544B;
}
.BgClassName
{
background-color: #E1544B;
}
</style>
border-color css
<style>
span { border-color: #E1544B; }
span { border-color: rgb(225,84,75); }
td.TdClassName
{
border-color: #E1544B;
}
.TagClassName
{
border-color: #E1544B;
}
</style>