Html Css Color HEX #E35251 Valencia

📋 copy color: '#E35251'

red 227 ◦ green 82 ◦ blue 81

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

Shades of Valencia #E35251

Tints of Valencia #E35251

RGB

 RED value IS 227 (89.06% from 255) = 58.21%

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

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

R = 58.21%
G = 21.03%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E35251 (or 0xE35251) is known color: Valencia. HEX triplet: E3, 52 and 51. RGB value is (227,82,81). Sum of RGB (Red+Green+Blue) = 227+82+81=390 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.21% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 227 - color contains mainly: red. Hex color #E35251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35251 is #1CADAE. Grayscale: #7D7D7D. Windows color (decimal): -1879471 or 5329635. OLE color: 5329635.

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

Color convert

RGB 227 82 81 -
CMYK 0 0.64 0.64 0.11
HSL 0.41º 0.72% 0.6% -
HSV(B) 0.41º 0.64% 0.89% -
XYZ 36.18 22.96 10.31 -
YUV 125.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 227 82 81 0 0.64 0.64 0.11 0.41 0.72 0.6
Hex E3 52 51 0 40 40 B 0 48 3C
Octal 343 122 121 0 100 100 13 0 110 74
Binary 11100011 1010010 1010001 0 1000000 1000000 1011 0 1001000 111100

Color Harmonies of #E35251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35251

Black with #E35251

Text Example


Text Example

White with #E35251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35251; }

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

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

background-color css

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

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

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

border-color css

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

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

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