Html Css Color HEX #E12328 Alizarin

📋 copy color: '#E12328'

red 225 ◦ green 35 ◦ blue 40

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

Shades of Alizarin #E12328

Tints of Alizarin #E12328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 75%
G = 11.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E12328 (or 0xE12328) is known color: Alizarin. HEX triplet: E1, 23 and 28. RGB value is (225,35,40). Sum of RGB (Red+Green+Blue) = 225+35+40=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E12328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12328 is #1EDCD7. Grayscale: #5C5C5C. Windows color (decimal): -2022616 or 2630625. OLE color: 2630625.

HSL color Cylindrical-coordinate representation of color #E12328: hue angle of 358.42º 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 #E12328 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 35 40 -
CMYK 0 0.84 0.82 0.12
HSL 358.42º 0.76% 0.51% -
HSV(B) 358.42º 0.84% 0.88% -
XYZ 32.04 17.36 3.67 -
YUV 92.38 98.45 222.59 -
System Red Green Blue C M Y K H S L
Decimal 225 35 40 0 0.84 0.82 0.12 358.42 0.76 0.51
Hex E1 23 28 0 54 52 C 166 4C 33
Octal 341 43 50 0 124 122 14 546 114 63
Binary 11100001 100011 101000 0 1010100 1010010 1100 101100110 1001100 110011

Color Harmonies of #E12328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12328

Black with #E12328

Text Example


Text Example

White with #E12328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12328; }

 p { color: rgb(225,35,40); }

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

background-color css

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

 a { background-color: rgb(225,35,40); }

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

border-color css

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

 span { border-color: rgb(225,35,40); }

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