Html Css Color HEX #E34948 Valencia

📋 copy color: '#E34948'

red 227 ◦ green 73 ◦ blue 72

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

Shades of Valencia #E34948

Tints of Valencia #E34948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.62%

 BLUE value IS 72 (28.52% from 255) = 19.35%

R = 61.02%
G = 19.62%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E34948 (or 0xE34948) is known color: Valencia. HEX triplet: E3, 49 and 48. RGB value is (227,73,72). Sum of RGB (Red+Green+Blue) = 227+73+72=372 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.02% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 227 - color contains mainly: red. Hex color #E34948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34948 is #1CB6B7. Grayscale: #777777. Windows color (decimal): -1881784 or 4737507. OLE color: 4737507.

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

Color convert

RGB 227 73 72 -
CMYK 0 0.68 0.68 0.11
HSL 0.39º 0.73% 0.59% -
HSV(B) 0.39º 0.68% 0.89% -
XYZ 35.23 21.56 8.44 -
YUV 118.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 227 73 72 0 0.68 0.68 0.11 0.39 0.73 0.59
Hex E3 49 48 0 44 44 B 0 49 3B
Octal 343 111 110 0 104 104 13 0 111 73
Binary 11100011 1001001 1001000 0 1000100 1000100 1011 0 1001001 111011

Color Harmonies of #E34948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34948

Black with #E34948

Text Example


Text Example

White with #E34948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34948; }

 p { color: rgb(227,73,72); }

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

background-color css

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

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

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

border-color css

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

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

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