Html Css Color HEX #E42541 Alizarin

📋 copy color: '#E42541'

red 228 ◦ green 37 ◦ blue 65

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

Shades of Alizarin #E42541

Tints of Alizarin #E42541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

 BLUE value IS 65 (25.78% from 255) = 19.7%

R = 69.09%
G = 11.21%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E42541 (or 0xE42541) is known color: Alizarin. HEX triplet: E4, 25 and 41. RGB value is (228,37,65). Sum of RGB (Red+Green+Blue) = 228+37+65=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E42541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42541 is #1BDABE. Grayscale: #616161. Windows color (decimal): -1825471 or 4269540. OLE color: 4269540.

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

Color convert

RGB 228 37 65 -
CMYK 0 0.84 0.71 0.11
HSL 351.2º 0.78% 0.52% -
HSV(B) 351.2º 0.84% 0.89% -
XYZ 33.61 18.2 6.74 -
YUV 97.3 109.78 221.22 -
System Red Green Blue C M Y K H S L
Decimal 228 37 65 0 0.84 0.71 0.11 351.2 0.78 0.52
Hex E4 25 41 0 54 47 B 15F 4E 34
Octal 344 45 101 0 124 107 13 537 116 64
Binary 11100100 100101 1000001 0 1010100 1000111 1011 101011111 1001110 110100

Color Harmonies of #E42541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42541

Black with #E42541

Text Example


Text Example

White with #E42541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42541; }

 p { color: rgb(228,37,65); }

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

background-color css

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

 a { background-color: rgb(228,37,65); }

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

border-color css

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

 span { border-color: rgb(228,37,65); }

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