Html Css Color HEX #E15541 Valencia

📋 copy color: '#E15541'

red 225 ◦ green 85 ◦ blue 65

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

Shades of Valencia #E15541

Tints of Valencia #E15541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 65 (25.78% from 255) = 17.33%

R = 60%
G = 22.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E15541 (or 0xE15541) is known color: Valencia. HEX triplet: E1, 55 and 41. RGB value is (225,85,65). Sum of RGB (Red+Green+Blue) = 225+85+65=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E15541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15541 is #1EAABE. Grayscale: #7C7C7C. Windows color (decimal): -2009791 or 4281825. OLE color: 4281825.

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

Color convert

RGB 225 85 65 -
CMYK 0 0.62 0.71 0.12
HSL 7.5º 0.73% 0.57% -
HSV(B) 7.5º 0.71% 0.88% -
XYZ 35.25 22.89 7.56 -
YUV 124.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 225 85 65 0 0.62 0.71 0.12 7.5 0.73 0.57
Hex E1 55 41 0 3E 47 C 8 49 39
Octal 341 125 101 0 76 107 14 10 111 71
Binary 11100001 1010101 1000001 0 111110 1000111 1100 1000 1001001 111001

Color Harmonies of #E15541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15541

Black with #E15541

Text Example


Text Example

White with #E15541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15541; }

 p { color: rgb(225,85,65); }

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

background-color css

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

 a { background-color: rgb(225,85,65); }

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

border-color css

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

 span { border-color: rgb(225,85,65); }

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