Html Css Color HEX #E25353 Valencia

📋 copy color: '#E25353'

red 226 ◦ green 83 ◦ blue 83

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

Shades of Valencia #E25353

Tints of Valencia #E25353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.17%

 BLUE value IS 83 (32.81% from 255) = 21.17%

R = 57.65%
G = 21.17%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E25353 (or 0xE25353) is known color: Valencia. HEX triplet: E2, 53 and 53. RGB value is (226,83,83). Sum of RGB (Red+Green+Blue) = 226+83+83=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E25353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25353 is #1DACAC. Grayscale: #7D7D7D. Windows color (decimal): -1944749 or 5460962. OLE color: 5460962.

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

Color convert

RGB 226 83 83 -
CMYK 0 0.63 0.63 0.11
HSL 0.71% 0.61% -
HSV(B) 0.63% 0.89% -
XYZ 36.02 22.98 10.72 -
YUV 125.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 226 83 83 0 0.63 0.63 0.11 0 0.71 0.61
Hex E2 53 53 0 3F 3F B 0 47 3D
Octal 342 123 123 0 77 77 13 0 107 75
Binary 11100010 1010011 1010011 0 111111 111111 1011 0 1000111 111101

Color Harmonies of #E25353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25353

Black with #E25353

Text Example


Text Example

White with #E25353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25353; }

 p { color: rgb(226,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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