Html Css Color HEX #E1303B Alizarin

📋 copy color: '#E1303B'

red 225 ◦ green 48 ◦ blue 59

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

Shades of Alizarin #E1303B

Tints of Alizarin #E1303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 67.77%
G = 14.46%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1303B (or 0xE1303B) is known color: Alizarin. HEX triplet: E1, 30 and 3B. RGB value is (225,48,59). Sum of RGB (Red+Green+Blue) = 225+48+59=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E1303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1303B is #1ECFC4. Grayscale: #666666. Windows color (decimal): -2019269 or 3879137. OLE color: 3879137.

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

Color convert

RGB 225 48 59 -
CMYK 0 0.79 0.74 0.12
HSL 356.27º 0.75% 0.54% -
HSV(B) 356.27º 0.79% 0.88% -
XYZ 32.9 18.44 5.96 -
YUV 102.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 225 48 59 0 0.79 0.74 0.12 356.27 0.75 0.54
Hex E1 30 3B 0 4F 4A C 164 4B 36
Octal 341 60 73 0 117 112 14 544 113 66
Binary 11100001 110000 111011 0 1001111 1001010 1100 101100100 1001011 110110

Color Harmonies of #E1303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1303B

Black with #E1303B

Text Example


Text Example

White with #E1303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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