Html Css Color HEX #E2353D Alizarin

📋 copy color: '#E2353D'

red 226 ◦ green 53 ◦ blue 61

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

Shades of Alizarin #E2353D

Tints of Alizarin #E2353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.59%

 BLUE value IS 61 (24.22% from 255) = 17.94%

R = 66.47%
G = 15.59%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E2353D (or 0xE2353D) is known color: Alizarin. HEX triplet: E2, 35 and 3D. RGB value is (226,53,61). Sum of RGB (Red+Green+Blue) = 226+53+61=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2353D is #1DCAC2. Grayscale: #696969. Windows color (decimal): -1952451 or 4011490. OLE color: 4011490.

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

Color convert

RGB 226 53 61 -
CMYK 0 0.77 0.73 0.11
HSL 357.23º 0.75% 0.55% -
HSV(B) 357.23º 0.77% 0.89% -
XYZ 33.48 19.05 6.33 -
YUV 105.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 226 53 61 0 0.77 0.73 0.11 357.23 0.75 0.55
Hex E2 35 3D 0 4D 49 B 165 4B 37
Octal 342 65 75 0 115 111 13 545 113 67
Binary 11100010 110101 111101 0 1001101 1001001 1011 101100101 1001011 110111

Color Harmonies of #E2353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2353D

Black with #E2353D

Text Example


Text Example

White with #E2353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2353D; }

 p { color: rgb(226,53,61); }

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

background-color css

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

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

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

border-color css

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

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

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