Html Css Color HEX #E0292C Alizarin

📋 copy color: '#E0292C'

red 224 ◦ green 41 ◦ blue 44

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

Shades of Alizarin #E0292C

Tints of Alizarin #E0292C

RGB

 RED value IS 224 (87.89% from 255) = 72.49%

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

 BLUE value IS 44 (17.58% from 255) = 14.24%

R = 72.49%
G = 13.27%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0292C (or 0xE0292C) is known color: Alizarin. HEX triplet: E0, 29 and 2C. RGB value is (224,41,44). Sum of RGB (Red+Green+Blue) = 224+41+44=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0292C is #1FD6D3. Grayscale: #606060. Windows color (decimal): -2086612 or 2894304. OLE color: 2894304.

HSL color Cylindrical-coordinate representation of color #E0292C: hue angle of 359.02º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0292C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 41 44 -
CMYK 0 0.82 0.80 0.12
HSL 359.02º 0.75% 0.52% -
HSV(B) 359.02º 0.82% 0.88% -
XYZ 31.99 17.62 4.1 -
YUV 96.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 224 41 44 0 0.82 0.80 0.12 359.02 0.75 0.52
Hex E0 29 2C 0 52 50 C 167 4B 34
Octal 340 51 54 0 122 120 14 547 113 64
Binary 11100000 101001 101100 0 1010010 1010000 1100 101100111 1001011 110100

Color Harmonies of #E0292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0292C

Black with #E0292C

Text Example


Text Example

White with #E0292C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0292C; }

 p { color: rgb(224,41,44); }

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

background-color css

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

 a { background-color: rgb(224,41,44); }

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

border-color css

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

 span { border-color: rgb(224,41,44); }

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