Html Css Color HEX #E35353 Valencia

📋 copy color: '#E35353'

red 227 ◦ green 83 ◦ blue 83

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

Shades of Valencia #E35353

Tints of Valencia #E35353

RGB

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

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

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

R = 57.76%
G = 21.12%
B = 21.12%

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

#E35353 (or 0xE35353) is known color: Valencia. HEX triplet: E3, 53 and 53. RGB value is (227,83,83). Sum of RGB (Red+Green+Blue) = 227+83+83=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E35353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35353 is #1CACAC. Grayscale: #7E7E7E. Windows color (decimal): -1879213 or 5460963. OLE color: 5460963.

HSL color Cylindrical-coordinate representation of color #E35353: hue angle of 0º degrees, saturation: 0.72, 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 #E35353 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 83 83 -
CMYK 0 0.63 0.63 0.11
HSL 0.72% 0.61% -
HSV(B) 0.63% 0.89% -
XYZ 36.33 23.14 10.74 -
YUV 126.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 227 83 83 0 0.63 0.63 0.11 0 0.72 0.61
Hex E3 53 53 0 3F 3F B 0 48 3D
Octal 343 123 123 0 77 77 13 0 110 75
Binary 11100011 1010011 1010011 0 111111 111111 1011 0 1001000 111101

Color Harmonies of #E35353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35353

Black with #E35353

Text Example


Text Example

White with #E35353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35353; }

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

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

background-color css

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

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

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

border-color css

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

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

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