Html Css Color HEX #E01E2A Alizarin

📋 copy color: '#E01E2A'

red 224 ◦ green 30 ◦ blue 42

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

Shades of Alizarin #E01E2A

Tints of Alizarin #E01E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 42 (16.8% from 255) = 14.19%

R = 75.68%
G = 10.14%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E01E2A (or 0xE01E2A) is known color: Alizarin. HEX triplet: E0, 1E and 2A. RGB value is (224,30,42). Sum of RGB (Red+Green+Blue) = 224+30+42=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E2A is #1FE1D5. Grayscale: #595959. Windows color (decimal): -2089430 or 2760416. OLE color: 2760416.

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

Color convert

RGB 224 30 42 -
CMYK 0 0.87 0.81 0.12
HSL 356.29º 0.76% 0.5% -
HSV(B) 356.29º 0.87% 0.88% -
XYZ 31.62 16.94 3.79 -
YUV 89.37 101.27 224.02 -
System Red Green Blue C M Y K H S L
Decimal 224 30 42 0 0.87 0.81 0.12 356.29 0.76 0.5
Hex E0 1E 2A 0 57 51 C 164 4C 32
Octal 340 36 52 0 127 121 14 544 114 62
Binary 11100000 11110 101010 0 1010111 1010001 1100 101100100 1001100 110010

Color Harmonies of #E01E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E2A

Black with #E01E2A

Text Example


Text Example

White with #E01E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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