Html Css Color HEX #E02141 Alizarin

📋 copy color: '#E02141'

red 224 ◦ green 33 ◦ blue 65

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

Shades of Alizarin #E02141

Tints of Alizarin #E02141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

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

R = 69.57%
G = 10.25%
B = 20.19%

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

#E02141 (or 0xE02141) is known color: Alizarin. HEX triplet: E0, 21 and 41. RGB value is (224,33,65). Sum of RGB (Red+Green+Blue) = 224+33+65=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E02141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02141 is #1FDEBE. Grayscale: #5D5D5D. Windows color (decimal): -2088639 or 4268512. OLE color: 4268512.

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

Color convert

RGB 224 33 65 -
CMYK 0 0.85 0.71 0.12
HSL 349.95º 0.75% 0.5% -
HSV(B) 349.95º 0.85% 0.88% -
XYZ 32.24 17.32 6.64 -
YUV 93.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 224 33 65 0 0.85 0.71 0.12 349.95 0.75 0.5
Hex E0 21 41 0 55 47 C 15E 4B 32
Octal 340 41 101 0 125 107 14 536 113 62
Binary 11100000 100001 1000001 0 1010101 1000111 1100 101011110 1001011 110010

Color Harmonies of #E02141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02141

Black with #E02141

Text Example


Text Example

White with #E02141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02141; }

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

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

background-color css

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

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

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

border-color css

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

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

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