Shades of Valencia #E7524B
Tints of Valencia #E7524B
RGB
CMYK
RGB Variations
Color information
#E7524B (or 0xE7524B) is known color: Valencia. HEX triplet: E7, 52 and 4B. RGB value is (231,82,75). Sum of RGB (Red+Green+Blue) = 231+82+75=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E7524B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7524B is #18ADB4. Grayscale: #7D7D7D. Windows color (decimal): -1617333 or 4936423. OLE color: 4936423.
HSL color Cylindrical-coordinate representation of color #E7524B: hue angle of 2.69º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7524B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 75 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.09 |
| HSL | 2.69º | 0.76% | 0.6% | - |
| HSV(B) | 2.69º | 0.68% | 0.91% | - |
| XYZ | 37.24 | 23.53 | 9.24 | - |
| YUV | 125.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 75 | 0 | 0.65 | 0.68 | 0.09 | 2.69 | 0.76 | 0.6 |
| Hex | E7 | 52 | 4B | 0 | 41 | 44 | 9 | 3 | 4C | 3C |
| Octal | 347 | 122 | 113 | 0 | 101 | 104 | 11 | 3 | 114 | 74 |
| Binary | 11100111 | 1010010 | 1001011 | 0 | 1000001 | 1000100 | 1001 | 11 | 1001100 | 111100 |
Color Harmonies of #E7524B
Complementary color
Monochromatic Colors of #E7524B
Black with #E7524B
Text Example
Text Example
White with #E7524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7524B; }
p { color: rgb(231,82,75); }
H1.HeaderClassName
{
color: #E7524B;
}
.AnyTagClassName
{
color: #E7524B;
}
</style>
background-color css
<style>
a { background-color: #E7524B; }
a { background-color: rgb(231,82,75); }
div.DivClassName
{
background-color: #E7524B;
}
.BgClassName
{
background-color: #E7524B;
}
</style>
border-color css
<style>
span { border-color: #E7524B; }
span { border-color: rgb(231,82,75); }
td.TdClassName
{
border-color: #E7524B;
}
.TagClassName
{
border-color: #E7524B;
}
</style>