Html Css Color HEX #E1212F Alizarin

📋 copy color: '#E1212F'

red 225 ◦ green 33 ◦ blue 47

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

Shades of Alizarin #E1212F

Tints of Alizarin #E1212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 73.77%
G = 10.82%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E1212F (or 0xE1212F) is known color: Alizarin. HEX triplet: E1, 21 and 2F. RGB value is (225,33,47). Sum of RGB (Red+Green+Blue) = 225+33+47=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1212F is #1EDED0. Grayscale: #5C5C5C. Windows color (decimal): -2023121 or 3088865. OLE color: 3088865.

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

Color convert

RGB 225 33 47 -
CMYK 0 0.85 0.79 0.12
HSL 355.63º 0.76% 0.51% -
HSV(B) 355.63º 0.85% 0.88% -
XYZ 32.11 17.3 4.34 -
YUV 92 102.61 222.86 -
System Red Green Blue C M Y K H S L
Decimal 225 33 47 0 0.85 0.79 0.12 355.63 0.76 0.51
Hex E1 21 2F 0 55 4F C 164 4C 33
Octal 341 41 57 0 125 117 14 544 114 63
Binary 11100001 100001 101111 0 1010101 1001111 1100 101100100 1001100 110011

Color Harmonies of #E1212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1212F

Black with #E1212F

Text Example


Text Example

White with #E1212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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