Html Css Color HEX #E1203D Alizarin

📋 copy color: '#E1203D'

red 225 ◦ green 32 ◦ blue 61

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

Shades of Alizarin #E1203D

Tints of Alizarin #E1203D

RGB

 RED value IS 225 (88.28% from 255) = 70.75%

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 70.75%
G = 10.06%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1203D (or 0xE1203D) is known color: Alizarin. HEX triplet: E1, 20 and 3D. RGB value is (225,32,61). Sum of RGB (Red+Green+Blue) = 225+32+61=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E1203D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1203D is #1EDFC2. Grayscale: #5D5D5D. Windows color (decimal): -2023363 or 4006113. OLE color: 4006113.

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

Color convert

RGB 225 32 61 -
CMYK 0 0.86 0.73 0.12
HSL 350.98º 0.76% 0.5% -
HSV(B) 350.98º 0.86% 0.88% -
XYZ 32.41 17.38 6.06 -
YUV 93.01 109.94 222.14 -
System Red Green Blue C M Y K H S L
Decimal 225 32 61 0 0.86 0.73 0.12 350.98 0.76 0.5
Hex E1 20 3D 0 56 49 C 15F 4C 32
Octal 341 40 75 0 126 111 14 537 114 62
Binary 11100001 100000 111101 0 1010110 1001001 1100 101011111 1001100 110010

Color Harmonies of #E1203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1203D

Black with #E1203D

Text Example


Text Example

White with #E1203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1203D; }

 p { color: rgb(225,32,61); }

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

background-color css

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

 a { background-color: rgb(225,32,61); }

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

border-color css

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

 span { border-color: rgb(225,32,61); }

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