Shades of Valencia #E5524B
Tints of Valencia #E5524B
RGB
CMYK
RGB Variations
Color information
#E5524B (or 0xE5524B) is known color: Valencia. HEX triplet: E5, 52 and 4B. RGB value is (229,82,75). Sum of RGB (Red+Green+Blue) = 229+82+75=386 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.33% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 229 - color contains mainly: red. Hex color #E5524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5524B is #1AADB4. Grayscale: #7D7D7D. Windows color (decimal): -1748405 or 4936421. OLE color: 4936421.
HSL color Cylindrical-coordinate representation of color #E5524B: hue angle of 2.73º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5524B is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 75 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.10 |
| HSL | 2.73º | 0.75% | 0.6% | - |
| HSV(B) | 2.73º | 0.67% | 0.9% | - |
| XYZ | 36.6 | 23.2 | 9.21 | - |
| YUV | 125.16 | 99.7 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 75 | 0 | 0.64 | 0.67 | 0.10 | 2.73 | 0.75 | 0.6 |
| Hex | E5 | 52 | 4B | 0 | 40 | 43 | A | 3 | 4B | 3C |
| Octal | 345 | 122 | 113 | 0 | 100 | 103 | 12 | 3 | 113 | 74 |
| Binary | 11100101 | 1010010 | 1001011 | 0 | 1000000 | 1000011 | 1010 | 11 | 1001011 | 111100 |
Color Harmonies of #E5524B
Complementary color
Monochromatic Colors of #E5524B
Black with #E5524B
Text Example
Text Example
White with #E5524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5524B; }
p { color: rgb(229,82,75); }
H1.HeaderClassName
{
color: #E5524B;
}
.AnyTagClassName
{
color: #E5524B;
}
</style>
background-color css
<style>
a { background-color: #E5524B; }
a { background-color: rgb(229,82,75); }
div.DivClassName
{
background-color: #E5524B;
}
.BgClassName
{
background-color: #E5524B;
}
</style>
border-color css
<style>
span { border-color: #E5524B; }
span { border-color: rgb(229,82,75); }
td.TdClassName
{
border-color: #E5524B;
}
.TagClassName
{
border-color: #E5524B;
}
</style>