Html Css Color HEX #E2292F Alizarin

📋 copy color: '#E2292F'

red 226 ◦ green 41 ◦ blue 47

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

Shades of Alizarin #E2292F

Tints of Alizarin #E2292F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 71.97%
G = 13.06%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E2292F (or 0xE2292F) is known color: Alizarin. HEX triplet: E2, 29 and 2F. RGB value is (226,41,47). Sum of RGB (Red+Green+Blue) = 226+41+47=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E2292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2292F is #1DD6D0. Grayscale: #616161. Windows color (decimal): -1955537 or 3090914. OLE color: 3090914.

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

Color convert

RGB 226 41 47 -
CMYK 0 0.82 0.79 0.11
HSL 358.05º 0.76% 0.52% -
HSV(B) 358.05º 0.82% 0.89% -
XYZ 32.67 17.96 4.43 -
YUV 97 99.79 220.01 -
System Red Green Blue C M Y K H S L
Decimal 226 41 47 0 0.82 0.79 0.11 358.05 0.76 0.52
Hex E2 29 2F 0 52 4F B 166 4C 34
Octal 342 51 57 0 122 117 13 546 114 64
Binary 11100010 101001 101111 0 1010010 1001111 1011 101100110 1001100 110100

Color Harmonies of #E2292F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2292F

Black with #E2292F

Text Example


Text Example

White with #E2292F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2292F; }

 p { color: rgb(226,41,47); }

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

background-color css

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

 a { background-color: rgb(226,41,47); }

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

border-color css

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

 span { border-color: rgb(226,41,47); }

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