Html Css Color HEX #E1333F Alizarin

📋 copy color: '#E1333F'

red 225 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #E1333F

Tints of Alizarin #E1333F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.58%

R = 66.37%
G = 15.04%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#E1333F (or 0xE1333F) is known color: Alizarin. HEX triplet: E1, 33 and 3F. RGB value is (225,51,63). Sum of RGB (Red+Green+Blue) = 225+51+63=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1333F is #1ECCC0. Grayscale: #686868. Windows color (decimal): -2018497 or 4142049. OLE color: 4142049.

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

Color convert

RGB 225 51 63 -
CMYK 0 0.77 0.72 0.12
HSL 355.86º 0.74% 0.54% -
HSV(B) 355.86º 0.77% 0.88% -
XYZ 33.13 18.73 6.57 -
YUV 104.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 225 51 63 0 0.77 0.72 0.12 355.86 0.74 0.54
Hex E1 33 3F 0 4D 48 C 164 4A 36
Octal 341 63 77 0 115 110 14 544 112 66
Binary 11100001 110011 111111 0 1001101 1001000 1100 101100100 1001010 110110

Color Harmonies of #E1333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1333F

Black with #E1333F

Text Example


Text Example

White with #E1333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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