Html Css Color HEX #E0232E Alizarin

📋 copy color: '#E0232E'

red 224 ◦ green 35 ◦ blue 46

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

Shades of Alizarin #E0232E

Tints of Alizarin #E0232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.08%

R = 73.44%
G = 11.48%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0232E (or 0xE0232E) is known color: Alizarin. HEX triplet: E0, 23 and 2E. RGB value is (224,35,46). Sum of RGB (Red+Green+Blue) = 224+35+46=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0232E is #1FDCD1. Grayscale: #5C5C5C. Windows color (decimal): -2088146 or 3023840. OLE color: 3023840.

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

Color convert

RGB 224 35 46 -
CMYK 0 0.84 0.79 0.12
HSL 356.51º 0.75% 0.51% -
HSV(B) 356.51º 0.84% 0.88% -
XYZ 31.83 17.25 4.24 -
YUV 92.77 101.62 221.61 -
System Red Green Blue C M Y K H S L
Decimal 224 35 46 0 0.84 0.79 0.12 356.51 0.75 0.51
Hex E0 23 2E 0 54 4F C 165 4B 33
Octal 340 43 56 0 124 117 14 545 113 63
Binary 11100000 100011 101110 0 1010100 1001111 1100 101100101 1001011 110011

Color Harmonies of #E0232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0232E

Black with #E0232E

Text Example


Text Example

White with #E0232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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