Html Css Color HEX #E42941 Alizarin

📋 copy color: '#E42941'

red 228 ◦ green 41 ◦ blue 65

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

Shades of Alizarin #E42941

Tints of Alizarin #E42941

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 68.26%
G = 12.28%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E42941 (or 0xE42941) is known color: Alizarin. HEX triplet: E4, 29 and 41. RGB value is (228,41,65). Sum of RGB (Red+Green+Blue) = 228+41+65=334 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.26% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 228 - color contains mainly: red. Hex color #E42941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42941 is #1BD6BE. Grayscale: #636363. Windows color (decimal): -1824447 or 4270564. OLE color: 4270564.

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

Color convert

RGB 228 41 65 -
CMYK 0 0.82 0.71 0.11
HSL 352.3º 0.78% 0.53% -
HSV(B) 352.3º 0.82% 0.89% -
XYZ 33.74 18.46 6.79 -
YUV 99.65 108.45 219.55 -
System Red Green Blue C M Y K H S L
Decimal 228 41 65 0 0.82 0.71 0.11 352.3 0.78 0.53
Hex E4 29 41 0 52 47 B 160 4E 35
Octal 344 51 101 0 122 107 13 540 116 65
Binary 11100100 101001 1000001 0 1010010 1000111 1011 101100000 1001110 110101

Color Harmonies of #E42941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42941

Black with #E42941

Text Example


Text Example

White with #E42941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42941; }

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

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

background-color css

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

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

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

border-color css

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

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

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