Html Css Color HEX #E2272B Alizarin

📋 copy color: '#E2272B'

red 226 ◦ green 39 ◦ blue 43

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

Shades of Alizarin #E2272B

Tints of Alizarin #E2272B

RGB

 RED value IS 226 (88.67% from 255) = 73.38%

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 73.38%
G = 12.66%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2272B (or 0xE2272B) is known color: Alizarin. HEX triplet: E2, 27 and 2B. RGB value is (226,39,43). Sum of RGB (Red+Green+Blue) = 226+39+43=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2272B is #1DD8D4. Grayscale: #5F5F5F. Windows color (decimal): -1956053 or 2828258. OLE color: 2828258.

HSL color Cylindrical-coordinate representation of color #E2272B: hue angle of 358.72º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2272B is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 39 43 -
CMYK 0 0.83 0.81 0.11
HSL 358.72º 0.76% 0.52% -
HSV(B) 358.72º 0.83% 0.89% -
XYZ 32.53 17.79 4.01 -
YUV 95.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 226 39 43 0 0.83 0.81 0.11 358.72 0.76 0.52
Hex E2 27 2B 0 53 51 B 167 4C 34
Octal 342 47 53 0 123 121 13 547 114 64
Binary 11100010 100111 101011 0 1010011 1010001 1011 101100111 1001100 110100

Color Harmonies of #E2272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2272B

Black with #E2272B

Text Example


Text Example

White with #E2272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2272B; }

 p { color: rgb(226,39,43); }

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

background-color css

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

 a { background-color: rgb(226,39,43); }

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

border-color css

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

 span { border-color: rgb(226,39,43); }

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