Html Css Color HEX #E1212B Alizarin

📋 copy color: '#E1212B'

red 225 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #E1212B

Tints of Alizarin #E1212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.96%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 74.75%
G = 10.96%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E1212B (or 0xE1212B) is known color: Alizarin. HEX triplet: E1, 21 and 2B. RGB value is (225,33,43). Sum of RGB (Red+Green+Blue) = 225+33+43=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E1212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1212B is #1EDED4. Grayscale: #5B5B5B. Windows color (decimal): -2023125 or 2826721. OLE color: 2826721.

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

Color convert

RGB 225 33 43 -
CMYK 0 0.85 0.81 0.12
HSL 356.88º 0.76% 0.51% -
HSV(B) 356.88º 0.85% 0.88% -
XYZ 32.03 17.27 3.93 -
YUV 91.55 100.61 223.19 -
System Red Green Blue C M Y K H S L
Decimal 225 33 43 0 0.85 0.81 0.12 356.88 0.76 0.51
Hex E1 21 2B 0 55 51 C 165 4C 33
Octal 341 41 53 0 125 121 14 545 114 63
Binary 11100001 100001 101011 0 1010101 1010001 1100 101100101 1001100 110011

Color Harmonies of #E1212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1212B

Black with #E1212B

Text Example


Text Example

White with #E1212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1212B; }

 p { color: rgb(225,33,43); }

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

background-color css

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

 a { background-color: rgb(225,33,43); }

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

border-color css

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

 span { border-color: rgb(225,33,43); }

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