Shades of Valencia #E35343
Tints of Valencia #E35343
RGB
CMYK
RGB Variations
Color information
#E35343 (or 0xE35343) is known color: Valencia. HEX triplet: E3, 53 and 43. RGB value is (227,83,67). Sum of RGB (Red+Green+Blue) = 227+83+67=377 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.21% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 227 - color contains mainly: red. Hex color #E35343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35343 is #1CACBC. Grayscale: #7C7C7C. Windows color (decimal): -1879229 or 4412387. OLE color: 4412387.
HSL color Cylindrical-coordinate representation of color #E35343: hue angle of 6º 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 #E35343 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 67 | - |
| CMYK | 0 | 0.63 | 0.70 | 0.11 |
| HSL | 6º | 0.74% | 0.58% | - |
| HSV(B) | 6º | 0.7% | 0.89% | - |
| XYZ | 35.78 | 22.92 | 7.85 | - |
| YUV | 124.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 67 | 0 | 0.63 | 0.70 | 0.11 | 6 | 0.74 | 0.58 |
| Hex | E3 | 53 | 43 | 0 | 3F | 46 | B | 6 | 4A | 3A |
| Octal | 343 | 123 | 103 | 0 | 77 | 106 | 13 | 6 | 112 | 72 |
| Binary | 11100011 | 1010011 | 1000011 | 0 | 111111 | 1000110 | 1011 | 110 | 1001010 | 111010 |
Color Harmonies of #E35343
Complementary color
Monochromatic Colors of #E35343
Black with #E35343
Text Example
Text Example
White with #E35343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35343; }
p { color: rgb(227,83,67); }
H1.HeaderClassName
{
color: #E35343;
}
.AnyTagClassName
{
color: #E35343;
}
</style>
background-color css
<style>
a { background-color: #E35343; }
a { background-color: rgb(227,83,67); }
div.DivClassName
{
background-color: #E35343;
}
.BgClassName
{
background-color: #E35343;
}
</style>
border-color css
<style>
span { border-color: #E35343; }
span { border-color: rgb(227,83,67); }
td.TdClassName
{
border-color: #E35343;
}
.TagClassName
{
border-color: #E35343;
}
</style>