Html Css Color HEX #E01E2E Alizarin

📋 copy color: '#E01E2E'

red 224 ◦ green 30 ◦ blue 46

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

Shades of Alizarin #E01E2E

Tints of Alizarin #E01E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 74.67%
G = 10%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E01E2E (or 0xE01E2E) is known color: Alizarin. HEX triplet: E0, 1E and 2E. RGB value is (224,30,46). Sum of RGB (Red+Green+Blue) = 224+30+46=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E2E is #1FE1D1. Grayscale: #595959. Windows color (decimal): -2089426 or 3022560. OLE color: 3022560.

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

Color convert

RGB 224 30 46 -
CMYK 0 0.87 0.79 0.12
HSL 355.05º 0.76% 0.5% -
HSV(B) 355.05º 0.87% 0.88% -
XYZ 31.7 16.97 4.19 -
YUV 89.83 103.27 223.7 -
System Red Green Blue C M Y K H S L
Decimal 224 30 46 0 0.87 0.79 0.12 355.05 0.76 0.5
Hex E0 1E 2E 0 57 4F C 163 4C 32
Octal 340 36 56 0 127 117 14 543 114 62
Binary 11100000 11110 101110 0 1010111 1001111 1100 101100011 1001100 110010

Color Harmonies of #E01E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E2E

Black with #E01E2E

Text Example


Text Example

White with #E01E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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