Html Css Color HEX #E7213D Alizarin

📋 copy color: '#E7213D'

red 231 ◦ green 33 ◦ blue 61

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

Shades of Alizarin #E7213D

Tints of Alizarin #E7213D

RGB

 RED value IS 231 (90.63% from 255) = 71.08%

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

 BLUE value IS 61 (24.22% from 255) = 18.77%

R = 71.08%
G = 10.15%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E7213D (or 0xE7213D) is known color: Alizarin. HEX triplet: E7, 21 and 3D. RGB value is (231,33,61). Sum of RGB (Red+Green+Blue) = 231+33+61=325 (43% of max value = 765). Red value is 231 (90.62% from 255 or 71.08% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 231 - color contains mainly: red. Hex color #E7213D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7213D is #18DEC2. Grayscale: #5F5F5F. Windows color (decimal): -1629891 or 4006375. OLE color: 4006375.

HSL color Cylindrical-coordinate representation of color #E7213D: hue angle of 351.52º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7213D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 61 -
CMYK 0 0.86 0.74 0.09
HSL 351.52º 0.8% 0.52% -
HSV(B) 351.52º 0.86% 0.91% -
XYZ 34.34 18.41 6.16 -
YUV 95.39 108.6 224.72 -
System Red Green Blue C M Y K H S L
Decimal 231 33 61 0 0.86 0.74 0.09 351.52 0.8 0.52
Hex E7 21 3D 0 56 4A 9 160 50 34
Octal 347 41 75 0 126 112 11 540 120 64
Binary 11100111 100001 111101 0 1010110 1001010 1001 101100000 1010000 110100

Color Harmonies of #E7213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7213D

Black with #E7213D

Text Example


Text Example

White with #E7213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7213D; }

 p { color: rgb(231,33,61); }

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

background-color css

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

 a { background-color: rgb(231,33,61); }

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

border-color css

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

 span { border-color: rgb(231,33,61); }

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