Html Css Color HEX #E02241 Alizarin

📋 copy color: '#E02241'

red 224 ◦ green 34 ◦ blue 65

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

Shades of Alizarin #E02241

Tints of Alizarin #E02241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.53%

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 69.35%
G = 10.53%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E02241 (or 0xE02241) is known color: Alizarin. HEX triplet: E0, 22 and 41. RGB value is (224,34,65). Sum of RGB (Red+Green+Blue) = 224+34+65=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E02241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02241 is #1FDDBE. Grayscale: #5E5E5E. Windows color (decimal): -2088383 or 4268768. OLE color: 4268768.

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

Color convert

RGB 224 34 65 -
CMYK 0 0.85 0.71 0.12
HSL 350.21º 0.75% 0.51% -
HSV(B) 350.21º 0.85% 0.88% -
XYZ 32.27 17.37 6.65 -
YUV 94.34 111.45 220.48 -
System Red Green Blue C M Y K H S L
Decimal 224 34 65 0 0.85 0.71 0.12 350.21 0.75 0.51
Hex E0 22 41 0 55 47 C 15E 4B 33
Octal 340 42 101 0 125 107 14 536 113 63
Binary 11100000 100010 1000001 0 1010101 1000111 1100 101011110 1001011 110011

Color Harmonies of #E02241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02241

Black with #E02241

Text Example


Text Example

White with #E02241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02241; }

 p { color: rgb(224,34,65); }

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

background-color css

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

 a { background-color: rgb(224,34,65); }

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

border-color css

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

 span { border-color: rgb(224,34,65); }

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