Html Css Color HEX #E02441 Alizarin

📋 copy color: '#E02441'

red 224 ◦ green 36 ◦ blue 65

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

Shades of Alizarin #E02441

Tints of Alizarin #E02441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

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

R = 68.92%
G = 11.08%
B = 20%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E02441 (or 0xE02441) is known color: Alizarin. HEX triplet: E0, 24 and 41. RGB value is (224,36,65). Sum of RGB (Red+Green+Blue) = 224+36+65=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E02441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02441 is #1FDBBE. Grayscale: #5F5F5F. Windows color (decimal): -2087871 or 4269280. OLE color: 4269280.

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

Color convert

RGB 224 36 65 -
CMYK 0 0.84 0.71 0.12
HSL 350.74º 0.75% 0.51% -
HSV(B) 350.74º 0.84% 0.88% -
XYZ 32.33 17.49 6.67 -
YUV 95.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 224 36 65 0 0.84 0.71 0.12 350.74 0.75 0.51
Hex E0 24 41 0 54 47 C 15F 4B 33
Octal 340 44 101 0 124 107 14 537 113 63
Binary 11100000 100100 1000001 0 1010100 1000111 1100 101011111 1001011 110011

Color Harmonies of #E02441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02441

Black with #E02441

Text Example


Text Example

White with #E02441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02441; }

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

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

background-color css

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

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

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

border-color css

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

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

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