Html Css Color HEX #E0323D Alizarin

📋 copy color: '#E0323D'

red 224 ◦ green 50 ◦ blue 61

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

Shades of Alizarin #E0323D

Tints of Alizarin #E0323D

RGB

 RED value IS 224 (87.89% from 255) = 66.87%

 GREEN value IS 50 (19.92% from 255) = 14.93%

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

R = 66.87%
G = 14.93%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0323D (or 0xE0323D) is known color: Alizarin. HEX triplet: E0, 32 and 3D. RGB value is (224,50,61). Sum of RGB (Red+Green+Blue) = 224+50+61=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E0323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0323D is #1FCDC2. Grayscale: #676767. Windows color (decimal): -2084291 or 4010720. OLE color: 4010720.

HSL color Cylindrical-coordinate representation of color #E0323D: hue angle of 356.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0323D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 61 -
CMYK 0 0.78 0.73 0.12
HSL 356.21º 0.74% 0.54% -
HSV(B) 356.21º 0.78% 0.88% -
XYZ 32.72 18.47 6.25 -
YUV 103.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 224 50 61 0 0.78 0.73 0.12 356.21 0.74 0.54
Hex E0 32 3D 0 4E 49 C 164 4A 36
Octal 340 62 75 0 116 111 14 544 112 66
Binary 11100000 110010 111101 0 1001110 1001001 1100 101100100 1001010 110110

Color Harmonies of #E0323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0323D

Black with #E0323D

Text Example


Text Example

White with #E0323D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0323D; }

 p { color: rgb(224,50,61); }

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

background-color css

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

 a { background-color: rgb(224,50,61); }

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

border-color css

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

 span { border-color: rgb(224,50,61); }

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