Html Css Color HEX #EC2234 Alizarin

📋 copy color: '#EC2234'

red 236 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #EC2234

Tints of Alizarin #EC2234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 73.29%
G = 10.56%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC2234 (or 0xEC2234) is known color: Alizarin. HEX triplet: EC, 22 and 34. RGB value is (236,34,52). Sum of RGB (Red+Green+Blue) = 236+34+52=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2234 is #13DDCB. Grayscale: #606060. Windows color (decimal): -1301964 or 3416812. OLE color: 3416812.

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

Color convert

RGB 236 34 52 -
CMYK 0 0.86 0.78 0.07
HSL 354.65º 0.84% 0.53% -
HSV(B) 354.65º 0.86% 0.93% -
XYZ 35.78 19.22 5.07 -
YUV 96.45 102.92 227.54 -
System Red Green Blue C M Y K H S L
Decimal 236 34 52 0 0.86 0.78 0.07 354.65 0.84 0.53
Hex EC 22 34 0 56 4E 7 163 54 35
Octal 354 42 64 0 126 116 7 543 124 65
Binary 11101100 100010 110100 0 1010110 1001110 111 101100011 1010100 110101

Color Harmonies of #EC2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2234

Black with #EC2234

Text Example


Text Example

White with #EC2234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2234; }

 p { color: rgb(236,34,52); }

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

background-color css

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

 a { background-color: rgb(236,34,52); }

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

border-color css

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

 span { border-color: rgb(236,34,52); }

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