Html Css Color HEX #E35243 Valencia

📋 copy color: '#E35243'

red 227 ◦ green 82 ◦ blue 67

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

Shades of Valencia #E35243

Tints of Valencia #E35243

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

 BLUE value IS 67 (26.56% from 255) = 17.82%

R = 60.37%
G = 21.81%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E35243 (or 0xE35243) is known color: Valencia. HEX triplet: E3, 52 and 43. RGB value is (227,82,67). Sum of RGB (Red+Green+Blue) = 227+82+67=376 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.37% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 227 - color contains mainly: red. Hex color #E35243 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E35243 is #1CADBC. Grayscale: #7B7B7B. Windows color (decimal): -1879485 or 4412131. OLE color: 4412131.

HSL color Cylindrical-coordinate representation of color #E35243: hue angle of 5.62º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E35243 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 82 67 -
CMYK 0 0.64 0.70 0.11
HSL 5.63º 0.74% 0.58% -
HSV(B) 5.63º 0.7% 0.89% -
XYZ 35.71 22.77 7.82 -
YUV 123.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 227 82 67 0 0.64 0.70 0.11 5.63 0.74 0.58
Hex E3 52 43 0 40 46 B 6 4A 3A
Octal 343 122 103 0 100 106 13 6 112 72
Binary 11100011 1010010 1000011 0 1000000 1000110 1011 110 1001010 111010

Color Harmonies of #E35243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35243

Black with #E35243

Text Example


Text Example

White with #E35243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35243; }

 p { color: rgb(227,82,67); }

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

background-color css

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

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

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

border-color css

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

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

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