Html Css Color HEX #E02A41 Alizarin

📋 copy color: '#E02A41'

red 224 ◦ green 42 ◦ blue 65

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

Shades of Alizarin #E02A41

Tints of Alizarin #E02A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.69%

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

R = 67.67%
G = 12.69%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E02A41 (or 0xE02A41) is known color: Alizarin. HEX triplet: E0, 2A and 41. RGB value is (224,42,65). Sum of RGB (Red+Green+Blue) = 224+42+65=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A41 is #1FD5BE. Grayscale: #636363. Windows color (decimal): -2086335 or 4270816. OLE color: 4270816.

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

Color convert

RGB 224 42 65 -
CMYK 0 0.81 0.71 0.12
HSL 352.42º 0.75% 0.52% -
HSV(B) 352.42º 0.81% 0.88% -
XYZ 32.52 17.88 6.74 -
YUV 99.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 224 42 65 0 0.81 0.71 0.12 352.42 0.75 0.52
Hex E0 2A 41 0 51 47 C 160 4B 34
Octal 340 52 101 0 121 107 14 540 113 64
Binary 11100000 101010 1000001 0 1010001 1000111 1100 101100000 1001011 110100

Color Harmonies of #E02A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02A41

Black with #E02A41

Text Example


Text Example

White with #E02A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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