Html Css Color HEX #E1303D Alizarin

📋 copy color: '#E1303D'

red 225 ◦ green 48 ◦ blue 61

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

Shades of Alizarin #E1303D

Tints of Alizarin #E1303D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

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

R = 67.37%
G = 14.37%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1303D (or 0xE1303D) is known color: Alizarin. HEX triplet: E1, 30 and 3D. RGB value is (225,48,61). Sum of RGB (Red+Green+Blue) = 225+48+61=334 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.37% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 225 - color contains mainly: red. Hex color #E1303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1303D is #1ECFC2. Grayscale: #666666. Windows color (decimal): -2019267 or 4010209. OLE color: 4010209.

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

Color convert

RGB 225 48 61 -
CMYK 0 0.79 0.73 0.12
HSL 355.59º 0.75% 0.54% -
HSV(B) 355.59º 0.79% 0.88% -
XYZ 32.95 18.46 6.24 -
YUV 102.41 104.64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 225 48 61 0 0.79 0.73 0.12 355.59 0.75 0.54
Hex E1 30 3D 0 4F 49 C 164 4B 36
Octal 341 60 75 0 117 111 14 544 113 66
Binary 11100001 110000 111101 0 1001111 1001001 1100 101100100 1001011 110110

Color Harmonies of #E1303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1303D

Black with #E1303D

Text Example


Text Example

White with #E1303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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