Html Css Color HEX #E3534B Valencia

📋 copy color: '#E3534B'

red 227 ◦ green 83 ◦ blue 75

#E3534B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #E3534B

Tints of Valencia #E3534B

RGB

 RED value IS 227 (89.06% from 255) = 58.96%

 GREEN value IS 83 (32.81% from 255) = 21.56%

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 58.96%
G = 21.56%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3534B (or 0xE3534B) is known color: Valencia. HEX triplet: E3, 53 and 4B. RGB value is (227,83,75). Sum of RGB (Red+Green+Blue) = 227+83+75=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E3534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3534B is #1CACB4. Grayscale: #7D7D7D. Windows color (decimal): -1879221 or 4936675. OLE color: 4936675.

HSL color Cylindrical-coordinate representation of color #E3534B: hue angle of 3.16º 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 #E3534B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 83 75 -
CMYK 0 0.63 0.67 0.11
HSL 3.16º 0.73% 0.59% -
HSV(B) 3.16º 0.67% 0.89% -
XYZ 36.04 23.03 9.2 -
YUV 125.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 227 83 75 0 0.63 0.67 0.11 3.16 0.73 0.59
Hex E3 53 4B 0 3F 43 B 3 49 3B
Octal 343 123 113 0 77 103 13 3 111 73
Binary 11100011 1010011 1001011 0 111111 1000011 1011 11 1001001 111011

Color Harmonies of #E3534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3534B

Black with #E3534B

Text Example


Text Example

White with #E3534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3534B; }

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

 H1.HeaderClassName
 {
   color: #E3534B;
 }
 .AnyTagClassName
 {
   color: #E3534B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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