Html Css Color HEX #E21E3A Alizarin

📋 copy color: '#E21E3A'

red 226 ◦ green 30 ◦ blue 58

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

Shades of Alizarin #E21E3A

Tints of Alizarin #E21E3A

RGB

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

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

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

R = 71.97%
G = 9.55%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E21E3A (or 0xE21E3A) is known color: Alizarin. HEX triplet: E2, 1E and 3A. RGB value is (226,30,58). Sum of RGB (Red+Green+Blue) = 226+30+58=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E3A is #1DE1C5. Grayscale: #5B5B5B. Windows color (decimal): -1958342 or 3808994. OLE color: 3808994.

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

Color convert

RGB 226 30 58 -
CMYK 0 0.87 0.74 0.11
HSL 351.43º 0.77% 0.5% -
HSV(B) 351.43º 0.87% 0.89% -
XYZ 32.59 17.4 5.64 -
YUV 91.8 108.93 223.72 -
System Red Green Blue C M Y K H S L
Decimal 226 30 58 0 0.87 0.74 0.11 351.43 0.77 0.5
Hex E2 1E 3A 0 57 4A B 15F 4D 32
Octal 342 36 72 0 127 112 13 537 115 62
Binary 11100010 11110 111010 0 1010111 1001010 1011 101011111 1001101 110010

Color Harmonies of #E21E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E3A

Black with #E21E3A

Text Example


Text Example

White with #E21E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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