Html Css Color HEX #E13337 Alizarin

📋 copy color: '#E13337'

red 225 ◦ green 51 ◦ blue 55

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

Shades of Alizarin #E13337

Tints of Alizarin #E13337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.62%

R = 67.98%
G = 15.41%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#E13337 (or 0xE13337) is known color: Alizarin. HEX triplet: E1, 33 and 37. RGB value is (225,51,55). Sum of RGB (Red+Green+Blue) = 225+51+55=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E13337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13337 is #1ECCC8. Grayscale: #676767. Windows color (decimal): -2018505 or 3617761. OLE color: 3617761.

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

Color convert

RGB 225 51 55 -
CMYK 0 0.77 0.76 0.12
HSL 358.62º 0.74% 0.54% -
HSV(B) 358.62º 0.77% 0.88% -
XYZ 32.92 18.65 5.48 -
YUV 103.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 225 51 55 0 0.77 0.76 0.12 358.62 0.74 0.54
Hex E1 33 37 0 4D 4C C 167 4A 36
Octal 341 63 67 0 115 114 14 547 112 66
Binary 11100001 110011 110111 0 1001101 1001100 1100 101100111 1001010 110110

Color Harmonies of #E13337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13337

Black with #E13337

Text Example


Text Example

White with #E13337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13337; }

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

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

background-color css

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

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

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

border-color css

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

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

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