Html Css Color HEX #E4213D Alizarin

📋 copy color: '#E4213D'

red 228 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #E4213D

Tints of Alizarin #E4213D

RGB

 RED value IS 228 (89.45% from 255) = 70.81%

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 70.81%
G = 10.25%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E4213D (or 0xE4213D) is known color: Alizarin. HEX triplet: E4, 21 and 3D. RGB value is (228,33,61). Sum of RGB (Red+Green+Blue) = 228+33+61=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E4213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4213D is #1BDEC2. Grayscale: #5E5E5E. Windows color (decimal): -1826499 or 4006372. OLE color: 4006372.

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

Color convert

RGB 228 33 61 -
CMYK 0 0.86 0.73 0.11
HSL 351.38º 0.78% 0.51% -
HSV(B) 351.38º 0.86% 0.89% -
XYZ 33.38 17.92 6.11 -
YUV 94.5 109.1 223.22 -
System Red Green Blue C M Y K H S L
Decimal 228 33 61 0 0.86 0.73 0.11 351.38 0.78 0.51
Hex E4 21 3D 0 56 49 B 15F 4E 33
Octal 344 41 75 0 126 111 13 537 116 63
Binary 11100100 100001 111101 0 1010110 1001001 1011 101011111 1001110 110011

Color Harmonies of #E4213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4213D

Black with #E4213D

Text Example


Text Example

White with #E4213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4213D; }

 p { color: rgb(228,33,61); }

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

background-color css

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

 a { background-color: rgb(228,33,61); }

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

border-color css

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

 span { border-color: rgb(228,33,61); }

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