Shades of Valencia #E35143
Tints of Valencia #E35143
RGB
CMYK
RGB Variations
Color information
#E35143 (or 0xE35143) is known color: Valencia. HEX triplet: E3, 51 and 43. RGB value is (227,81,67). Sum of RGB (Red+Green+Blue) = 227+81+67=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E35143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35143 is #1CAEBC. Grayscale: #7B7B7B. Windows color (decimal): -1879741 or 4411875. OLE color: 4411875.
HSL color Cylindrical-coordinate representation of color #E35143: hue angle of 5.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E35143 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 67 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.11 |
| HSL | 5.25º | 0.74% | 0.58% | - |
| HSV(B) | 5.25º | 0.7% | 0.89% | - |
| XYZ | 35.63 | 22.62 | 7.8 | - |
| YUV | 123.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 67 | 0 | 0.64 | 0.70 | 0.11 | 5.25 | 0.74 | 0.58 |
| Hex | E3 | 51 | 43 | 0 | 40 | 46 | B | 5 | 4A | 3A |
| Octal | 343 | 121 | 103 | 0 | 100 | 106 | 13 | 5 | 112 | 72 |
| Binary | 11100011 | 1010001 | 1000011 | 0 | 1000000 | 1000110 | 1011 | 101 | 1001010 | 111010 |
Color Harmonies of #E35143
Complementary color
Monochromatic Colors of #E35143
Black with #E35143
Text Example
Text Example
White with #E35143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35143; }
p { color: rgb(227,81,67); }
H1.HeaderClassName
{
color: #E35143;
}
.AnyTagClassName
{
color: #E35143;
}
</style>
background-color css
<style>
a { background-color: #E35143; }
a { background-color: rgb(227,81,67); }
div.DivClassName
{
background-color: #E35143;
}
.BgClassName
{
background-color: #E35143;
}
</style>
border-color css
<style>
span { border-color: #E35143; }
span { border-color: rgb(227,81,67); }
td.TdClassName
{
border-color: #E35143;
}
.TagClassName
{
border-color: #E35143;
}
</style>