Html Css Color HEX #E0534D Valencia

📋 copy color: '#E0534D'

red 224 ◦ green 83 ◦ blue 77

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

Shades of Valencia #E0534D

Tints of Valencia #E0534D

RGB

 RED value IS 224 (87.89% from 255) = 58.33%

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 58.33%
G = 21.61%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0534D (or 0xE0534D) is known color: Valencia. HEX triplet: E0, 53 and 4D. RGB value is (224,83,77). Sum of RGB (Red+Green+Blue) = 224+83+77=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E0534D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0534D is #1FACB2. Grayscale: #7C7C7C. Windows color (decimal): -2075827 or 5067744. OLE color: 5067744.

HSL color Cylindrical-coordinate representation of color #E0534D: hue angle of 2.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E0534D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 77 -
CMYK 0 0.63 0.66 0.12
HSL 2.45º 0.7% 0.59% -
HSV(B) 2.45º 0.66% 0.88% -
XYZ 35.17 22.57 9.52 -
YUV 124.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 224 83 77 0 0.63 0.66 0.12 2.45 0.7 0.59
Hex E0 53 4D 0 3F 42 C 2 46 3B
Octal 340 123 115 0 77 102 14 2 106 73
Binary 11100000 1010011 1001101 0 111111 1000010 1100 10 1000110 111011

Color Harmonies of #E0534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0534D

Black with #E0534D

Text Example


Text Example

White with #E0534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0534D; }

 p { color: rgb(224,83,77); }

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

background-color css

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

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

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

border-color css

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

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

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