Html Css Color HEX #E55251 Valencia

📋 copy color: '#E55251'

red 229 ◦ green 82 ◦ blue 81

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

Shades of Valencia #E55251

Tints of Valencia #E55251

RGB

 RED value IS 229 (89.84% from 255) = 58.42%

 GREEN value IS 82 (32.42% from 255) = 20.92%

 BLUE value IS 81 (32.03% from 255) = 20.66%

R = 58.42%
G = 20.92%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E55251 (or 0xE55251) is known color: Valencia. HEX triplet: E5, 52 and 51. RGB value is (229,82,81). Sum of RGB (Red+Green+Blue) = 229+82+81=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E55251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55251 is #1AADAE. Grayscale: #7D7D7D. Windows color (decimal): -1748399 or 5329637. OLE color: 5329637.

HSL color Cylindrical-coordinate representation of color #E55251: hue angle of 0.41º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E55251 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 81 -
CMYK 0 0.64 0.65 0.10
HSL 0.41º 0.74% 0.61% -
HSV(B) 0.41º 0.65% 0.9% -
XYZ 36.82 23.29 10.34 -
YUV 125.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 229 82 81 0 0.64 0.65 0.10 0.41 0.74 0.61
Hex E5 52 51 0 40 41 A 0 4A 3D
Octal 345 122 121 0 100 101 12 0 112 75
Binary 11100101 1010010 1010001 0 1000000 1000001 1010 0 1001010 111101

Color Harmonies of #E55251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55251

Black with #E55251

Text Example


Text Example

White with #E55251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55251; }

 p { color: rgb(229,82,81); }

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

background-color css

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

 a { background-color: rgb(229,82,81); }

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

border-color css

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

 span { border-color: rgb(229,82,81); }

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