Html Css Color HEX #E12428 Alizarin

📋 copy color: '#E12428'

red 225 ◦ green 36 ◦ blue 40

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

Shades of Alizarin #E12428

Tints of Alizarin #E12428

RGB

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

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

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

R = 74.75%
G = 11.96%
B = 13.29%

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

#E12428 (or 0xE12428) is known color: Alizarin. HEX triplet: E1, 24 and 28. RGB value is (225,36,40). Sum of RGB (Red+Green+Blue) = 225+36+40=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E12428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12428 is #1EDBD7. Grayscale: #5D5D5D. Windows color (decimal): -2022360 or 2630881. OLE color: 2630881.

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

Color convert

RGB 225 36 40 -
CMYK 0 0.84 0.82 0.12
HSL 358.73º 0.76% 0.51% -
HSV(B) 358.73º 0.84% 0.88% -
XYZ 32.07 17.42 3.68 -
YUV 92.97 98.12 222.17 -
System Red Green Blue C M Y K H S L
Decimal 225 36 40 0 0.84 0.82 0.12 358.73 0.76 0.51
Hex E1 24 28 0 54 52 C 167 4C 33
Octal 341 44 50 0 124 122 14 547 114 63
Binary 11100001 100100 101000 0 1010100 1010010 1100 101100111 1001100 110011

Color Harmonies of #E12428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12428

Black with #E12428

Text Example


Text Example

White with #E12428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12428; }

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

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

background-color css

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

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

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

border-color css

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

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

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