Html Css Color HEX #E1543F Valencia

📋 copy color: '#E1543F'

red 225 ◦ green 84 ◦ blue 63

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

Shades of Valencia #E1543F

Tints of Valencia #E1543F

RGB

 RED value IS 225 (88.28% from 255) = 60.48%

 GREEN value IS 84 (33.2% from 255) = 22.58%

 BLUE value IS 63 (25% from 255) = 16.94%

R = 60.48%
G = 22.58%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1543F (or 0xE1543F) is known color: Valencia. HEX triplet: E1, 54 and 3F. RGB value is (225,84,63). Sum of RGB (Red+Green+Blue) = 225+84+63=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1543F is #1EABC0. Grayscale: #7B7B7B. Windows color (decimal): -2010049 or 4150497. OLE color: 4150497.

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

Color convert

RGB 225 84 63 -
CMYK 0 0.63 0.72 0.12
HSL 7.78º 0.73% 0.56% -
HSV(B) 7.78º 0.72% 0.88% -
XYZ 35.12 22.71 7.23 -
YUV 123.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 225 84 63 0 0.63 0.72 0.12 7.78 0.73 0.56
Hex E1 54 3F 0 3F 48 C 8 49 38
Octal 341 124 77 0 77 110 14 10 111 70
Binary 11100001 1010100 111111 0 111111 1001000 1100 1000 1001001 111000

Color Harmonies of #E1543F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1543F

Black with #E1543F

Text Example


Text Example

White with #E1543F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1543F; }

 p { color: rgb(225,84,63); }

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

background-color css

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

 a { background-color: rgb(225,84,63); }

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

border-color css

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

 span { border-color: rgb(225,84,63); }

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