Html Css Color HEX #E21D37 Alizarin

📋 copy color: '#E21D37'

red 226 ◦ green 29 ◦ blue 55

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

Shades of Alizarin #E21D37

Tints of Alizarin #E21D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

 BLUE value IS 55 (21.88% from 255) = 17.74%

R = 72.9%
G = 9.35%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#E21D37 (or 0xE21D37) is known color: Alizarin. HEX triplet: E2, 1D and 37. RGB value is (226,29,55). Sum of RGB (Red+Green+Blue) = 226+29+55=310 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.90% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D37 is #1DE2C8. Grayscale: #5A5A5A. Windows color (decimal): -1958601 or 3612130. OLE color: 3612130.

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

Color convert

RGB 226 29 55 -
CMYK 0 0.87 0.76 0.11
HSL 352.08º 0.77% 0.5% -
HSV(B) 352.08º 0.87% 0.89% -
XYZ 32.49 17.32 5.25 -
YUV 90.87 107.77 224.39 -
System Red Green Blue C M Y K H S L
Decimal 226 29 55 0 0.87 0.76 0.11 352.08 0.77 0.5
Hex E2 1D 37 0 57 4C B 160 4D 32
Octal 342 35 67 0 127 114 13 540 115 62
Binary 11100010 11101 110111 0 1010111 1001100 1011 101100000 1001101 110010

Color Harmonies of #E21D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D37

Black with #E21D37

Text Example


Text Example

White with #E21D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D37; }

 p { color: rgb(226,29,55); }

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

background-color css

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

 a { background-color: rgb(226,29,55); }

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

border-color css

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

 span { border-color: rgb(226,29,55); }

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