Html Css Color HEX #E21E3C Alizarin

📋 copy color: '#E21E3C'

red 226 ◦ green 30 ◦ blue 60

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

Shades of Alizarin #E21E3C

Tints of Alizarin #E21E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 60 (23.83% from 255) = 18.99%

R = 71.52%
G = 9.49%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E21E3C (or 0xE21E3C) is known color: Alizarin. HEX triplet: E2, 1E and 3C. RGB value is (226,30,60). Sum of RGB (Red+Green+Blue) = 226+30+60=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E3C is #1DE1C3. Grayscale: #5C5C5C. Windows color (decimal): -1958340 or 3940066. OLE color: 3940066.

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

Color convert

RGB 226 30 60 -
CMYK 0 0.87 0.73 0.11
HSL 350.82º 0.77% 0.5% -
HSV(B) 350.82º 0.87% 0.89% -
XYZ 32.64 17.42 5.92 -
YUV 92.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 226 30 60 0 0.87 0.73 0.11 350.82 0.77 0.5
Hex E2 1E 3C 0 57 49 B 15F 4D 32
Octal 342 36 74 0 127 111 13 537 115 62
Binary 11100010 11110 111100 0 1010111 1001001 1011 101011111 1001101 110010

Color Harmonies of #E21E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E3C

Black with #E21E3C

Text Example


Text Example

White with #E21E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E3C; }

 p { color: rgb(226,30,60); }

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

background-color css

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

 a { background-color: rgb(226,30,60); }

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

border-color css

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

 span { border-color: rgb(226,30,60); }

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