Html Css Color HEX #E1243A Alizarin

📋 copy color: '#E1243A'

red 225 ◦ green 36 ◦ blue 58

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

Shades of Alizarin #E1243A

Tints of Alizarin #E1243A

RGB

 RED value IS 225 (88.28% from 255) = 70.53%

 GREEN value IS 36 (14.45% from 255) = 11.29%

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 70.53%
G = 11.29%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1243A (or 0xE1243A) is known color: Alizarin. HEX triplet: E1, 24 and 3A. RGB value is (225,36,58). Sum of RGB (Red+Green+Blue) = 225+36+58=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1243A is #1EDBC5. Grayscale: #5F5F5F. Windows color (decimal): -2022342 or 3810529. OLE color: 3810529.

HSL color Cylindrical-coordinate representation of color #E1243A: hue angle of 353.02º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1243A is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 36 58 -
CMYK 0 0.84 0.74 0.12
HSL 353.02º 0.76% 0.51% -
HSV(B) 353.02º 0.84% 0.88% -
XYZ 32.45 17.57 5.69 -
YUV 95.02 107.12 220.71 -
System Red Green Blue C M Y K H S L
Decimal 225 36 58 0 0.84 0.74 0.12 353.02 0.76 0.51
Hex E1 24 3A 0 54 4A C 161 4C 33
Octal 341 44 72 0 124 112 14 541 114 63
Binary 11100001 100100 111010 0 1010100 1001010 1100 101100001 1001100 110011

Color Harmonies of #E1243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1243A

Black with #E1243A

Text Example


Text Example

White with #E1243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1243A; }

 p { color: rgb(225,36,58); }

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

background-color css

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

 a { background-color: rgb(225,36,58); }

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

border-color css

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

 span { border-color: rgb(225,36,58); }

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