Html Css Color HEX #E7212B Alizarin

📋 copy color: '#E7212B'

red 231 ◦ green 33 ◦ blue 43

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

Shades of Alizarin #E7212B

Tints of Alizarin #E7212B

RGB

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

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

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

R = 75.24%
G = 10.75%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7212B (or 0xE7212B) is known color: Alizarin. HEX triplet: E7, 21 and 2B. RGB value is (231,33,43). Sum of RGB (Red+Green+Blue) = 231+33+43=307 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75.24% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 231 - color contains mainly: red. Hex color #E7212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7212B is #18DED4. Grayscale: #5D5D5D. Windows color (decimal): -1629909 or 2826727. OLE color: 2826727.

HSL color Cylindrical-coordinate representation of color #E7212B: hue angle of 356.97º 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 #E7212B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 33 43 -
CMYK 0 0.86 0.81 0.09
HSL 356.97º 0.8% 0.52% -
HSV(B) 356.97º 0.86% 0.91% -
XYZ 33.93 18.25 4.02 -
YUV 93.34 99.6 226.19 -
System Red Green Blue C M Y K H S L
Decimal 231 33 43 0 0.86 0.81 0.09 356.97 0.8 0.52
Hex E7 21 2B 0 56 51 9 165 50 34
Octal 347 41 53 0 126 121 11 545 120 64
Binary 11100111 100001 101011 0 1010110 1010001 1001 101100101 1010000 110100

Color Harmonies of #E7212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7212B

Black with #E7212B

Text Example


Text Example

White with #E7212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7212B; }

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

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

background-color css

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

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

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

border-color css

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

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

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