Html Css Color HEX #E2343F Alizarin

📋 copy color: '#E2343F'

red 226 ◦ green 52 ◦ blue 63

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

Shades of Alizarin #E2343F

Tints of Alizarin #E2343F

RGB

 RED value IS 226 (88.67% from 255) = 66.28%

 GREEN value IS 52 (20.7% from 255) = 15.25%

 BLUE value IS 63 (25% from 255) = 18.48%

R = 66.28%
G = 15.25%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E2343F (or 0xE2343F) is known color: Alizarin. HEX triplet: E2, 34 and 3F. RGB value is (226,52,63). Sum of RGB (Red+Green+Blue) = 226+52+63=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2343F is #1DCBC0. Grayscale: #696969. Windows color (decimal): -1952705 or 4142306. OLE color: 4142306.

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

Color convert

RGB 226 52 63 -
CMYK 0 0.77 0.72 0.11
HSL 356.21º 0.75% 0.55% -
HSV(B) 356.21º 0.77% 0.89% -
XYZ 33.49 18.98 6.6 -
YUV 105.28 104.15 214.11 -
System Red Green Blue C M Y K H S L
Decimal 226 52 63 0 0.77 0.72 0.11 356.21 0.75 0.55
Hex E2 34 3F 0 4D 48 B 164 4B 37
Octal 342 64 77 0 115 110 13 544 113 67
Binary 11100010 110100 111111 0 1001101 1001000 1011 101100100 1001011 110111

Color Harmonies of #E2343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2343F

Black with #E2343F

Text Example


Text Example

White with #E2343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2343F; }

 p { color: rgb(226,52,63); }

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

background-color css

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

 a { background-color: rgb(226,52,63); }

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

border-color css

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

 span { border-color: rgb(226,52,63); }

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