Html Css Color HEX #E1333B Alizarin

📋 copy color: '#E1333B'

red 225 ◦ green 51 ◦ blue 59

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

Shades of Alizarin #E1333B

Tints of Alizarin #E1333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

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

R = 67.16%
G = 15.22%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1333B (or 0xE1333B) is known color: Alizarin. HEX triplet: E1, 33 and 3B. RGB value is (225,51,59). Sum of RGB (Red+Green+Blue) = 225+51+59=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1333B is #1ECCC4. Grayscale: #686868. Windows color (decimal): -2018501 or 3879905. OLE color: 3879905.

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

Color convert

RGB 225 51 59 -
CMYK 0 0.77 0.74 0.12
HSL 357.24º 0.74% 0.54% -
HSV(B) 357.24º 0.77% 0.88% -
XYZ 33.02 18.69 6 -
YUV 103.94 102.65 214.35 -
System Red Green Blue C M Y K H S L
Decimal 225 51 59 0 0.77 0.74 0.12 357.24 0.74 0.54
Hex E1 33 3B 0 4D 4A C 165 4A 36
Octal 341 63 73 0 115 112 14 545 112 66
Binary 11100001 110011 111011 0 1001101 1001010 1100 101100101 1001010 110110

Color Harmonies of #E1333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1333B

Black with #E1333B

Text Example


Text Example

White with #E1333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1333B; }

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

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

background-color css

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

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

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

border-color css

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

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

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