Html Css Color HEX #E0232C Alizarin

📋 copy color: '#E0232C'

red 224 ◦ green 35 ◦ blue 44

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

Shades of Alizarin #E0232C

Tints of Alizarin #E0232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.55%

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

R = 73.93%
G = 11.55%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#E0232C (or 0xE0232C) is known color: Alizarin. HEX triplet: E0, 23 and 2C. RGB value is (224,35,44). Sum of RGB (Red+Green+Blue) = 224+35+44=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0232C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0232C is #1FDCD3. Grayscale: #5C5C5C. Windows color (decimal): -2088148 or 2892768. OLE color: 2892768.

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

Color convert

RGB 224 35 44 -
CMYK 0 0.84 0.80 0.12
HSL 357.14º 0.75% 0.51% -
HSV(B) 357.14º 0.84% 0.88% -
XYZ 31.8 17.23 4.03 -
YUV 92.54 100.62 221.77 -
System Red Green Blue C M Y K H S L
Decimal 224 35 44 0 0.84 0.80 0.12 357.14 0.75 0.51
Hex E0 23 2C 0 54 50 C 165 4B 33
Octal 340 43 54 0 124 120 14 545 113 63
Binary 11100000 100011 101100 0 1010100 1010000 1100 101100101 1001011 110011

Color Harmonies of #E0232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0232C

Black with #E0232C

Text Example


Text Example

White with #E0232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0232C; }

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

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

background-color css

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

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

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

border-color css

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

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

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