Html Css Color HEX #E15141 Valencia

📋 copy color: '#E15141'

red 225 ◦ green 81 ◦ blue 65

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

Shades of Valencia #E15141

Tints of Valencia #E15141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.83%

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

R = 60.65%
G = 21.83%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E15141 (or 0xE15141) is known color: Valencia. HEX triplet: E1, 51 and 41. RGB value is (225,81,65). Sum of RGB (Red+Green+Blue) = 225+81+65=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E15141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15141 is #1EAEBE. Grayscale: #7A7A7A. Windows color (decimal): -2010815 or 4280801. OLE color: 4280801.

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

Color convert

RGB 225 81 65 -
CMYK 0 0.64 0.71 0.12
HSL 0.73% 0.57% -
HSV(B) 0.71% 0.88% -
XYZ 34.95 22.27 7.46 -
YUV 122.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 225 81 65 0 0.64 0.71 0.12 6 0.73 0.57
Hex E1 51 41 0 40 47 C 6 49 39
Octal 341 121 101 0 100 107 14 6 111 71
Binary 11100001 1010001 1000001 0 1000000 1000111 1100 110 1001001 111001

Color Harmonies of #E15141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15141

Black with #E15141

Text Example


Text Example

White with #E15141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15141; }

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

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

background-color css

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

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

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

border-color css

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

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

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