Html Css Color HEX #E3504D Valencia

📋 copy color: '#E3504D'

red 227 ◦ green 80 ◦ blue 77

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

Shades of Valencia #E3504D

Tints of Valencia #E3504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.83%

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

R = 59.11%
G = 20.83%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3504D (or 0xE3504D) is known color: Valencia. HEX triplet: E3, 50 and 4D. RGB value is (227,80,77). Sum of RGB (Red+Green+Blue) = 227+80+77=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E3504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E3504D is #1CAFB2. Grayscale: #7B7B7B. Windows color (decimal): -1879987 or 5066979. OLE color: 5066979.

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

Color convert

RGB 227 80 77 -
CMYK 0 0.65 0.66 0.11
HSL 1.2º 0.73% 0.6% -
HSV(B) 1.2º 0.66% 0.89% -
XYZ 35.89 22.6 9.49 -
YUV 123.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 227 80 77 0 0.65 0.66 0.11 1.2 0.73 0.6
Hex E3 50 4D 0 41 42 B 1 49 3C
Octal 343 120 115 0 101 102 13 1 111 74
Binary 11100011 1010000 1001101 0 1000001 1000010 1011 1 1001001 111100

Color Harmonies of #E3504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3504D

Black with #E3504D

Text Example


Text Example

White with #E3504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3504D; }

 p { color: rgb(227,80,77); }

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

background-color css

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

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

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

border-color css

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

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

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