Html Css Color HEX #E44142 Alizarin

📋 copy color: '#E44142'

red 228 ◦ green 65 ◦ blue 66

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

Shades of Alizarin #E44142

Tints of Alizarin #E44142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.11%

 BLUE value IS 66 (26.17% from 255) = 18.38%

R = 63.51%
G = 18.11%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E44142 (or 0xE44142) is known color: Alizarin. HEX triplet: E4, 41 and 42. RGB value is (228,65,66). Sum of RGB (Red+Green+Blue) = 228+65+66=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E44142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44142 is #1BBEBD. Grayscale: #727272. Windows color (decimal): -1818302 or 4342244. OLE color: 4342244.

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

Color convert

RGB 228 65 66 -
CMYK 0 0.71 0.71 0.11
HSL 359.63º 0.75% 0.57% -
HSV(B) 359.63º 0.71% 0.89% -
XYZ 34.87 20.67 7.31 -
YUV 113.85 101 209.42 -
System Red Green Blue C M Y K H S L
Decimal 228 65 66 0 0.71 0.71 0.11 359.63 0.75 0.57
Hex E4 41 42 0 47 47 B 168 4B 39
Octal 344 101 102 0 107 107 13 550 113 71
Binary 11100100 1000001 1000010 0 1000111 1000111 1011 101101000 1001011 111001

Color Harmonies of #E44142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44142

Black with #E44142

Text Example


Text Example

White with #E44142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44142; }

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

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

background-color css

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

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

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

border-color css

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

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

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