Html Css Color HEX #E03441 Alizarin

📋 copy color: '#E03441'

red 224 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #E03441

Tints of Alizarin #E03441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

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

R = 65.69%
G = 15.25%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E03441 (or 0xE03441) is known color: Alizarin. HEX triplet: E0, 34 and 41. RGB value is (224,52,65). Sum of RGB (Red+Green+Blue) = 224+52+65=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E03441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03441 is #1FCBBE. Grayscale: #696969. Windows color (decimal): -2083775 or 4273376. OLE color: 4273376.

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

Color convert

RGB 224 52 65 -
CMYK 0 0.77 0.71 0.12
HSL 355.47º 0.74% 0.54% -
HSV(B) 355.47º 0.77% 0.88% -
XYZ 32.92 18.68 6.87 -
YUV 104.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 224 52 65 0 0.77 0.71 0.12 355.47 0.74 0.54
Hex E0 34 41 0 4D 47 C 163 4A 36
Octal 340 64 101 0 115 107 14 543 112 66
Binary 11100000 110100 1000001 0 1001101 1000111 1100 101100011 1001010 110110

Color Harmonies of #E03441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03441

Black with #E03441

Text Example


Text Example

White with #E03441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03441; }

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

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

background-color css

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

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

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

border-color css

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

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

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