Html Css Color HEX #E0323A Alizarin

📋 copy color: '#E0323A'

red 224 ◦ green 50 ◦ blue 58

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

Shades of Alizarin #E0323A

Tints of Alizarin #E0323A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 67.47%
G = 15.06%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0323A (or 0xE0323A) is known color: Alizarin. HEX triplet: E0, 32 and 3A. RGB value is (224,50,58). Sum of RGB (Red+Green+Blue) = 224+50+58=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0323A is #1FCDC5. Grayscale: #676767. Windows color (decimal): -2084294 or 3814112. OLE color: 3814112.

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

Color convert

RGB 224 50 58 -
CMYK 0 0.78 0.74 0.12
HSL 357.24º 0.74% 0.54% -
HSV(B) 357.24º 0.78% 0.88% -
XYZ 32.64 18.43 5.84 -
YUV 102.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 224 50 58 0 0.78 0.74 0.12 357.24 0.74 0.54
Hex E0 32 3A 0 4E 4A C 165 4A 36
Octal 340 62 72 0 116 112 14 545 112 66
Binary 11100000 110010 111010 0 1001110 1001010 1100 101100101 1001010 110110

Color Harmonies of #E0323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0323A

Black with #E0323A

Text Example


Text Example

White with #E0323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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