Html Css Color HEX #E42E34 Alizarin

📋 copy color: '#E42E34'

red 228 ◦ green 46 ◦ blue 52

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

Shades of Alizarin #E42E34

Tints of Alizarin #E42E34

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.11%

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 69.94%
G = 14.11%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E42E34 (or 0xE42E34) is known color: Alizarin. HEX triplet: E4, 2E and 34. RGB value is (228,46,52). Sum of RGB (Red+Green+Blue) = 228+46+52=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42E34 is #1BD1CB. Grayscale: #656565. Windows color (decimal): -1823180 or 3419876. OLE color: 3419876.

HSL color Cylindrical-coordinate representation of color #E42E34: hue angle of 358.02º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E42E34 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 46 52 -
CMYK 0 0.80 0.77 0.11
HSL 358.02º 0.77% 0.54% -
HSV(B) 358.02º 0.8% 0.89% -
XYZ 33.59 18.7 5.09 -
YUV 101.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 228 46 52 0 0.80 0.77 0.11 358.02 0.77 0.54
Hex E4 2E 34 0 50 4D B 166 4D 36
Octal 344 56 64 0 120 115 13 546 115 66
Binary 11100100 101110 110100 0 1010000 1001101 1011 101100110 1001101 110110

Color Harmonies of #E42E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42E34

Black with #E42E34

Text Example


Text Example

White with #E42E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42E34; }

 p { color: rgb(228,46,52); }

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

background-color css

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

 a { background-color: rgb(228,46,52); }

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

border-color css

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

 span { border-color: rgb(228,46,52); }

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