Html Css Color HEX #E21C2D Alizarin

📋 copy color: '#E21C2D'

red 226 ◦ green 28 ◦ blue 45

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

Shades of Alizarin #E21C2D

Tints of Alizarin #E21C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.36%

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 75.59%
G = 9.36%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E21C2D (or 0xE21C2D) is known color: Alizarin. HEX triplet: E2, 1C and 2D. RGB value is (226,28,45). Sum of RGB (Red+Green+Blue) = 226+28+45=299 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.59% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21C2D is #1DE3D2. Grayscale: #595959. Windows color (decimal): -1958867 or 2956514. OLE color: 2956514.

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

Color convert

RGB 226 28 45 -
CMYK 0 0.88 0.80 0.11
HSL 354.85º 0.78% 0.5% -
HSV(B) 354.85º 0.88% 0.89% -
XYZ 32.25 17.19 4.1 -
YUV 89.14 103.1 225.62 -
System Red Green Blue C M Y K H S L
Decimal 226 28 45 0 0.88 0.80 0.11 354.85 0.78 0.5
Hex E2 1C 2D 0 58 50 B 163 4E 32
Octal 342 34 55 0 130 120 13 543 116 62
Binary 11100010 11100 101101 0 1011000 1010000 1011 101100011 1001110 110010

Color Harmonies of #E21C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C2D

Black with #E21C2D

Text Example


Text Example

White with #E21C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C2D; }

 p { color: rgb(226,28,45); }

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

background-color css

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

 a { background-color: rgb(226,28,45); }

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

border-color css

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

 span { border-color: rgb(226,28,45); }

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