Html Css Color HEX #E25545 Valencia

📋 copy color: '#E25545'

red 226 ◦ green 85 ◦ blue 69

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

Shades of Valencia #E25545

Tints of Valencia #E25545

RGB

 RED value IS 226 (88.67% from 255) = 59.47%

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

 BLUE value IS 69 (27.34% from 255) = 18.16%

R = 59.47%
G = 22.37%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E25545 (or 0xE25545) is known color: Valencia. HEX triplet: E2, 55 and 45. RGB value is (226,85,69). Sum of RGB (Red+Green+Blue) = 226+85+69=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 69 (27.34% from 255 or 18.16% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E25545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E25545 is #1DAABA. Grayscale: #7D7D7D. Windows color (decimal): -1944251 or 4543970. OLE color: 4543970.

HSL color Cylindrical-coordinate representation of color #E25545: hue angle of 6.11º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E25545 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 85 69 -
CMYK 0 0.62 0.69 0.11
HSL 6.11º 0.73% 0.58% -
HSV(B) 6.11º 0.69% 0.89% -
XYZ 35.69 23.1 8.21 -
YUV 125.34 96.21 199.8 -
System Red Green Blue C M Y K H S L
Decimal 226 85 69 0 0.62 0.69 0.11 6.11 0.73 0.58
Hex E2 55 45 0 3E 45 B 6 49 3A
Octal 342 125 105 0 76 105 13 6 111 72
Binary 11100010 1010101 1000101 0 111110 1000101 1011 110 1001001 111010

Color Harmonies of #E25545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25545

Black with #E25545

Text Example


Text Example

White with #E25545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25545; }

 p { color: rgb(226,85,69); }

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

background-color css

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

 a { background-color: rgb(226,85,69); }

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

border-color css

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

 span { border-color: rgb(226,85,69); }

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