Html Css Color HEX #E34949 Valencia

📋 copy color: '#E34949'

red 227 ◦ green 73 ◦ blue 73

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

Shades of Valencia #E34949

Tints of Valencia #E34949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.57%

R = 60.86%
G = 19.57%
B = 19.57%

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

#E34949 (or 0xE34949) is known color: Valencia. HEX triplet: E3, 49 and 49. RGB value is (227,73,73). Sum of RGB (Red+Green+Blue) = 227+73+73=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E34949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34949 is #1CB6B6. Grayscale: #777777. Windows color (decimal): -1881783 or 4803043. OLE color: 4803043.

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

Color convert

RGB 227 73 73 -
CMYK 0 0.68 0.68 0.11
HSL 0.73% 0.59% -
HSV(B) 0.68% 0.89% -
XYZ 35.26 21.58 8.61 -
YUV 119.05 102.02 205 -
System Red Green Blue C M Y K H S L
Decimal 227 73 73 0 0.68 0.68 0.11 0 0.73 0.59
Hex E3 49 49 0 44 44 B 0 49 3B
Octal 343 111 111 0 104 104 13 0 111 73
Binary 11100011 1001001 1001001 0 1000100 1000100 1011 0 1001001 111011

Color Harmonies of #E34949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34949

Black with #E34949

Text Example


Text Example

White with #E34949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34949; }

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

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

background-color css

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

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

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

border-color css

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

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

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