Html Css Color HEX #E21E34 Alizarin

📋 copy color: '#E21E34'

red 226 ◦ green 30 ◦ blue 52

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

Shades of Alizarin #E21E34

Tints of Alizarin #E21E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.88%

R = 73.38%
G = 9.74%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E21E34 (or 0xE21E34) is known color: Alizarin. HEX triplet: E2, 1E and 34. RGB value is (226,30,52). Sum of RGB (Red+Green+Blue) = 226+30+52=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E34 is #1DE1CB. Grayscale: #5B5B5B. Windows color (decimal): -1958348 or 3415778. OLE color: 3415778.

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

Color convert

RGB 226 30 52 -
CMYK 0 0.87 0.77 0.11
HSL 353.27º 0.77% 0.5% -
HSV(B) 353.27º 0.87% 0.89% -
XYZ 32.45 17.35 4.89 -
YUV 91.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 226 30 52 0 0.87 0.77 0.11 353.27 0.77 0.5
Hex E2 1E 34 0 57 4D B 161 4D 32
Octal 342 36 64 0 127 115 13 541 115 62
Binary 11100010 11110 110100 0 1010111 1001101 1011 101100001 1001101 110010

Color Harmonies of #E21E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E34

Black with #E21E34

Text Example


Text Example

White with #E21E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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