Html Css Color HEX #EC2337 Alizarin

📋 copy color: '#EC2337'

red 236 ◦ green 35 ◦ blue 55

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

Shades of Alizarin #EC2337

Tints of Alizarin #EC2337

RGB

 RED value IS 236 (92.58% from 255) = 72.39%

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 72.39%
G = 10.74%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC2337 (or 0xEC2337) is known color: Alizarin. HEX triplet: EC, 23 and 37. RGB value is (236,35,55). Sum of RGB (Red+Green+Blue) = 236+35+55=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 55 (21.88% from 255 or 16.87% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2337 is #13DCC8. Grayscale: #616161. Windows color (decimal): -1301705 or 3613676. OLE color: 3613676.

HSL color Cylindrical-coordinate representation of color #EC2337: hue angle of 354.03º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2337 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 35 55 -
CMYK 0 0.85 0.77 0.07
HSL 354.03º 0.84% 0.53% -
HSV(B) 354.03º 0.85% 0.93% -
XYZ 35.88 19.31 5.45 -
YUV 97.38 104.09 226.87 -
System Red Green Blue C M Y K H S L
Decimal 236 35 55 0 0.85 0.77 0.07 354.03 0.84 0.53
Hex EC 23 37 0 55 4D 7 162 54 35
Octal 354 43 67 0 125 115 7 542 124 65
Binary 11101100 100011 110111 0 1010101 1001101 111 101100010 1010100 110101

Color Harmonies of #EC2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2337

Black with #EC2337

Text Example


Text Example

White with #EC2337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2337; }

 p { color: rgb(236,35,55); }

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

background-color css

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

 a { background-color: rgb(236,35,55); }

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

border-color css

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

 span { border-color: rgb(236,35,55); }

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