Shades of Valencia #E7524C
Tints of Valencia #E7524C
RGB
CMYK
RGB Variations
Color information
#E7524C (or 0xE7524C) is known color: Valencia. HEX triplet: E7, 52 and 4C. RGB value is (231,82,76). Sum of RGB (Red+Green+Blue) = 231+82+76=389 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.38% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 231 - color contains mainly: red. Hex color #E7524C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7524C is #18ADB3. Grayscale: #7E7E7E. Windows color (decimal): -1617332 or 5001959. OLE color: 5001959.
HSL color Cylindrical-coordinate representation of color #E7524C: hue angle of 2.32º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7524C is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 76 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.09 |
| HSL | 2.32º | 0.76% | 0.6% | - |
| HSV(B) | 2.32º | 0.67% | 0.91% | - |
| XYZ | 37.28 | 23.55 | 9.42 | - |
| YUV | 125.87 | 99.86 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 76 | 0 | 0.65 | 0.67 | 0.09 | 2.32 | 0.76 | 0.6 |
| Hex | E7 | 52 | 4C | 0 | 41 | 43 | 9 | 2 | 4C | 3C |
| Octal | 347 | 122 | 114 | 0 | 101 | 103 | 11 | 2 | 114 | 74 |
| Binary | 11100111 | 1010010 | 1001100 | 0 | 1000001 | 1000011 | 1001 | 10 | 1001100 | 111100 |
Color Harmonies of #E7524C
Complementary color
Monochromatic Colors of #E7524C
Black with #E7524C
Text Example
Text Example
White with #E7524C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7524C; }
p { color: rgb(231,82,76); }
H1.HeaderClassName
{
color: #E7524C;
}
.AnyTagClassName
{
color: #E7524C;
}
</style>
background-color css
<style>
a { background-color: #E7524C; }
a { background-color: rgb(231,82,76); }
div.DivClassName
{
background-color: #E7524C;
}
.BgClassName
{
background-color: #E7524C;
}
</style>
border-color css
<style>
span { border-color: #E7524C; }
span { border-color: rgb(231,82,76); }
td.TdClassName
{
border-color: #E7524C;
}
.TagClassName
{
border-color: #E7524C;
}
</style>