Html Css Color HEX #E01C2E Alizarin

📋 copy color: '#E01C2E'

red 224 ◦ green 28 ◦ blue 46

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

Shades of Alizarin #E01C2E

Tints of Alizarin #E01C2E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

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

R = 75.17%
G = 9.4%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E01C2E (or 0xE01C2E) is known color: Alizarin. HEX triplet: E0, 1C and 2E. RGB value is (224,28,46). Sum of RGB (Red+Green+Blue) = 224+28+46=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C2E is #1FE3D1. Grayscale: #585858. Windows color (decimal): -2089938 or 3022048. OLE color: 3022048.

HSL color Cylindrical-coordinate representation of color #E01C2E: hue angle of 354.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C2E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 46 -
CMYK 0 0.88 0.79 0.12
HSL 354.49º 0.78% 0.49% -
HSV(B) 354.49º 0.88% 0.88% -
XYZ 31.65 16.88 4.17 -
YUV 88.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 224 28 46 0 0.88 0.79 0.12 354.49 0.78 0.49
Hex E0 1C 2E 0 58 4F C 162 4E 31
Octal 340 34 56 0 130 117 14 542 116 61
Binary 11100000 11100 101110 0 1011000 1001111 1100 101100010 1001110 110001

Color Harmonies of #E01C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C2E

Black with #E01C2E

Text Example


Text Example

White with #E01C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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