Html Css Color HEX #E0323E Alizarin

📋 copy color: '#E0323E'

red 224 ◦ green 50 ◦ blue 62

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

Shades of Alizarin #E0323E

Tints of Alizarin #E0323E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.45%

R = 66.67%
G = 14.88%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E0323E (or 0xE0323E) is known color: Alizarin. HEX triplet: E0, 32 and 3E. RGB value is (224,50,62). Sum of RGB (Red+Green+Blue) = 224+50+62=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 62 (24.61% from 255 or 18.45% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E0323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0323E is #1FCDC1. Grayscale: #676767. Windows color (decimal): -2084290 or 4076256. OLE color: 4076256.

HSL color Cylindrical-coordinate representation of color #E0323E: hue angle of 355.86º 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 #E0323E is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 62 -
CMYK 0 0.78 0.72 0.12
HSL 355.86º 0.74% 0.54% -
HSV(B) 355.86º 0.78% 0.88% -
XYZ 32.75 18.48 6.4 -
YUV 103.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 224 50 62 0 0.78 0.72 0.12 355.86 0.74 0.54
Hex E0 32 3E 0 4E 48 C 164 4A 36
Octal 340 62 76 0 116 110 14 544 112 66
Binary 11100000 110010 111110 0 1001110 1001000 1100 101100100 1001010 110110

Color Harmonies of #E0323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0323E

Black with #E0323E

Text Example


Text Example

White with #E0323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0323E; }

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

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

background-color css

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

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

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

border-color css

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

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

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