Html Css Color HEX #E42329 Alizarin

📋 copy color: '#E42329'

red 228 ◦ green 35 ◦ blue 41

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

Shades of Alizarin #E42329

Tints of Alizarin #E42329

RGB

 RED value IS 228 (89.45% from 255) = 75%

 GREEN value IS 35 (14.06% from 255) = 11.51%

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 75%
G = 11.51%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E42329 (or 0xE42329) is known color: Alizarin. HEX triplet: E4, 23 and 29. RGB value is (228,35,41). Sum of RGB (Red+Green+Blue) = 228+35+41=304 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 228 - color contains mainly: red. Hex color #E42329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42329 is #1BDCD6. Grayscale: #5D5D5D. Windows color (decimal): -1826007 or 2696164. OLE color: 2696164.

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

Color convert

RGB 228 35 41 -
CMYK 0 0.85 0.82 0.11
HSL 358.13º 0.78% 0.52% -
HSV(B) 358.13º 0.85% 0.89% -
XYZ 33 17.86 3.81 -
YUV 93.39 98.44 224.01 -
System Red Green Blue C M Y K H S L
Decimal 228 35 41 0 0.85 0.82 0.11 358.13 0.78 0.52
Hex E4 23 29 0 55 52 B 166 4E 34
Octal 344 43 51 0 125 122 13 546 116 64
Binary 11100100 100011 101001 0 1010101 1010010 1011 101100110 1001110 110100

Color Harmonies of #E42329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42329

Black with #E42329

Text Example


Text Example

White with #E42329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42329; }

 p { color: rgb(228,35,41); }

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

background-color css

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

 a { background-color: rgb(228,35,41); }

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

border-color css

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

 span { border-color: rgb(228,35,41); }

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