Html Css Color HEX #E7222D Alizarin

📋 copy color: '#E7222D'

red 231 ◦ green 34 ◦ blue 45

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

Shades of Alizarin #E7222D

Tints of Alizarin #E7222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 74.52%
G = 10.97%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7222D (or 0xE7222D) is known color: Alizarin. HEX triplet: E7, 22 and 2D. RGB value is (231,34,45). Sum of RGB (Red+Green+Blue) = 231+34+45=310 (41% of max value = 765). Red value is 231 (90.62% from 255 or 74.52% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 231 - color contains mainly: red. Hex color #E7222D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7222D is #18DDD2. Grayscale: #5E5E5E. Windows color (decimal): -1629651 or 2958055. OLE color: 2958055.

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

Color convert

RGB 231 34 45 -
CMYK 0 0.85 0.81 0.09
HSL 356.65º 0.8% 0.52% -
HSV(B) 356.65º 0.85% 0.91% -
XYZ 34 18.32 4.23 -
YUV 94.16 100.27 225.61 -
System Red Green Blue C M Y K H S L
Decimal 231 34 45 0 0.85 0.81 0.09 356.65 0.8 0.52
Hex E7 22 2D 0 55 51 9 165 50 34
Octal 347 42 55 0 125 121 11 545 120 64
Binary 11100111 100010 101101 0 1010101 1010001 1001 101100101 1010000 110100

Color Harmonies of #E7222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7222D

Black with #E7222D

Text Example


Text Example

White with #E7222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7222D; }

 p { color: rgb(231,34,45); }

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

background-color css

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

 a { background-color: rgb(231,34,45); }

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

border-color css

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

 span { border-color: rgb(231,34,45); }

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