Html Css Color HEX #E0212B Alizarin

📋 copy color: '#E0212B'

red 224 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #E0212B

Tints of Alizarin #E0212B

RGB

 RED value IS 224 (87.89% from 255) = 74.67%

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

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

R = 74.67%
G = 11%
B = 14.33%

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

#E0212B (or 0xE0212B) is known color: Alizarin. HEX triplet: E0, 21 and 2B. RGB value is (224,33,43). Sum of RGB (Red+Green+Blue) = 224+33+43=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E0212B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0212B is #1FDED4. Grayscale: #5B5B5B. Windows color (decimal): -2088661 or 2826720. OLE color: 2826720.

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

Color convert

RGB 224 33 43 -
CMYK 0 0.85 0.81 0.12
HSL 356.86º 0.75% 0.5% -
HSV(B) 356.86º 0.85% 0.88% -
XYZ 31.72 17.11 3.92 -
YUV 91.25 100.78 222.69 -
System Red Green Blue C M Y K H S L
Decimal 224 33 43 0 0.85 0.81 0.12 356.86 0.75 0.5
Hex E0 21 2B 0 55 51 C 165 4B 32
Octal 340 41 53 0 125 121 14 545 113 62
Binary 11100000 100001 101011 0 1010101 1010001 1100 101100101 1001011 110010

Color Harmonies of #E0212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0212B

Black with #E0212B

Text Example


Text Example

White with #E0212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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