#e35353

Color #E35353 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #E35353

Tints of Valencia #E35353

Color information

#E35353 (or 0xE35353) is unknown color: approx Valencia. HEX triplet: E3, 53 and 53. RGB value is (227,83,83). Sum of RGB (Red+Green+Blue) = 227+83+83=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E35353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35353 is #1CACAC. Grayscale: #7E7E7E. Windows color (decimal): -1879213 or 5460963. OLE color: 5460963.

HSL color Cylindrical-coordinate representation of color #E35353: hue angle of 0º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E35353 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB2278383-
CMYK00.630.630.11
HSL72%60.78%-
HSV(B)63.44%89.02%-
XYZ36.3323.1410.74-
YUV126.06103.71200-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 57.76%
GREEN value IS 83 (32.81% from 255) = 21.12%
BLUE value IS 83 (32.81% from 255) = 21.12%
R=57.76%
G=21.12%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227838300.630.630.1107260.78
HexE3535303F3FB0483d
Octal3431231230777713011075
Binary11100011101001110100110111111111111101101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e35353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e35353; }

 p { color: rgb(227,83,83); }

 H1.HeaderClassName
 {
   color: #e35353;
 }
 .AnyTagClassName
 {
   color: #e35353;
 }
</style>
background-color css

<style>
 a { background-color: #e35353; }

 a { background-color: rgb(227,83,83); }

 div.DivClassName
 {
   background-color: #e35353;
 }
 .BgClassName
 {
   background-color: #e35353;
 }
</style>
border-color css

<style>
 span { border-color: #e35353; }

 span { border-color: rgb(227,83,83); }

 td.TdClassName
 {
   border-color: #e35353;
 }
 .TagClassName
 {
   border-color: #e35353;
 }
</style>