Html Css Color HEX #E42132 Alizarin

📋 copy color: '#E42132'

red 228 ◦ green 33 ◦ blue 50

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

Shades of Alizarin #E42132

Tints of Alizarin #E42132

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 50 (19.92% from 255) = 16.08%

R = 73.31%
G = 10.61%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E42132 (or 0xE42132) is known color: Alizarin. HEX triplet: E4, 21 and 32. RGB value is (228,33,50). Sum of RGB (Red+Green+Blue) = 228+33+50=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E42132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42132 is #1BDECD. Grayscale: #5D5D5D. Windows color (decimal): -1826510 or 3285476. OLE color: 3285476.

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

Color convert

RGB 228 33 50 -
CMYK 0 0.86 0.78 0.11
HSL 354.77º 0.78% 0.51% -
HSV(B) 354.77º 0.86% 0.89% -
XYZ 33.11 17.81 4.71 -
YUV 93.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 228 33 50 0 0.86 0.78 0.11 354.77 0.78 0.51
Hex E4 21 32 0 56 4E B 163 4E 33
Octal 344 41 62 0 126 116 13 543 116 63
Binary 11100100 100001 110010 0 1010110 1001110 1011 101100011 1001110 110011

Color Harmonies of #E42132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42132

Black with #E42132

Text Example


Text Example

White with #E42132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42132; }

 p { color: rgb(228,33,50); }

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

background-color css

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

 a { background-color: rgb(228,33,50); }

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

border-color css

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

 span { border-color: rgb(228,33,50); }

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