Html Css Color HEX #E0293C Alizarin

📋 copy color: '#E0293C'

red 224 ◦ green 41 ◦ blue 60

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

Shades of Alizarin #E0293C

Tints of Alizarin #E0293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 68.92%
G = 12.62%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0293C (or 0xE0293C) is known color: Alizarin. HEX triplet: E0, 29 and 3C. RGB value is (224,41,60). Sum of RGB (Red+Green+Blue) = 224+41+60=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E0293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0293C is #1FD6C3. Grayscale: #616161. Windows color (decimal): -2086596 or 3942880. OLE color: 3942880.

HSL color Cylindrical-coordinate representation of color #E0293C: hue angle of 353.77º 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 #E0293C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 41 60 -
CMYK 0 0.82 0.73 0.12
HSL 353.77º 0.75% 0.52% -
HSV(B) 353.77º 0.82% 0.88% -
XYZ 32.35 17.76 6 -
YUV 97.88 106.63 217.96 -
System Red Green Blue C M Y K H S L
Decimal 224 41 60 0 0.82 0.73 0.12 353.77 0.75 0.52
Hex E0 29 3C 0 52 49 C 162 4B 34
Octal 340 51 74 0 122 111 14 542 113 64
Binary 11100000 101001 111100 0 1010010 1001001 1100 101100010 1001011 110100

Color Harmonies of #E0293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0293C

Black with #E0293C

Text Example


Text Example

White with #E0293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0293C; }

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

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

background-color css

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

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

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

border-color css

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

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

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