Shades of Valencia #E3534A
Tints of Valencia #E3534A
RGB
CMYK
RGB Variations
Color information
#E3534A (or 0xE3534A) is known color: Valencia. HEX triplet: E3, 53 and 4A. RGB value is (227,83,74). Sum of RGB (Red+Green+Blue) = 227+83+74=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E3534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3534A is #1CACB5. Grayscale: #7D7D7D. Windows color (decimal): -1879222 or 4871139. OLE color: 4871139.
HSL color Cylindrical-coordinate representation of color #E3534A: hue angle of 3.53º degrees, saturation: 0.73, 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 #E3534A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 74 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.11 |
| HSL | 3.53º | 0.73% | 0.59% | - |
| HSV(B) | 3.53º | 0.67% | 0.89% | - |
| XYZ | 36.01 | 23.01 | 9.02 | - |
| YUV | 125.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 74 | 0 | 0.63 | 0.67 | 0.11 | 3.53 | 0.73 | 0.59 |
| Hex | E3 | 53 | 4A | 0 | 3F | 43 | B | 4 | 49 | 3B |
| Octal | 343 | 123 | 112 | 0 | 77 | 103 | 13 | 4 | 111 | 73 |
| Binary | 11100011 | 1010011 | 1001010 | 0 | 111111 | 1000011 | 1011 | 100 | 1001001 | 111011 |
Color Harmonies of #E3534A
Complementary color
Monochromatic Colors of #E3534A
Black with #E3534A
Text Example
Text Example
White with #E3534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3534A; }
p { color: rgb(227,83,74); }
H1.HeaderClassName
{
color: #E3534A;
}
.AnyTagClassName
{
color: #E3534A;
}
</style>
background-color css
<style>
a { background-color: #E3534A; }
a { background-color: rgb(227,83,74); }
div.DivClassName
{
background-color: #E3534A;
}
.BgClassName
{
background-color: #E3534A;
}
</style>
border-color css
<style>
span { border-color: #E3534A; }
span { border-color: rgb(227,83,74); }
td.TdClassName
{
border-color: #E3534A;
}
.TagClassName
{
border-color: #E3534A;
}
</style>