Html Css Color HEX #EC2B2C Alizarin

📋 copy color: '#EC2B2C'

red 236 ◦ green 43 ◦ blue 44

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

Shades of Alizarin #EC2B2C

Tints of Alizarin #EC2B2C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.31%

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 73.07%
G = 13.31%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC2B2C (or 0xEC2B2C) is known color: Alizarin. HEX triplet: EC, 2B and 2C. RGB value is (236,43,44). Sum of RGB (Red+Green+Blue) = 236+43+44=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B2C is #13D4D3. Grayscale: #656565. Windows color (decimal): -1299668 or 2894828. OLE color: 2894828.

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

Color convert

RGB 236 43 44 -
CMYK 0 0.82 0.81 0.07
HSL 359.69º 0.84% 0.55% -
HSV(B) 359.69º 0.82% 0.93% -
XYZ 35.91 19.74 4.3 -
YUV 100.82 95.94 224.42 -
System Red Green Blue C M Y K H S L
Decimal 236 43 44 0 0.82 0.81 0.07 359.69 0.84 0.55
Hex EC 2B 2C 0 52 51 7 168 54 37
Octal 354 53 54 0 122 121 7 550 124 67
Binary 11101100 101011 101100 0 1010010 1010001 111 101101000 1010100 110111

Color Harmonies of #EC2B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B2C

Black with #EC2B2C

Text Example


Text Example

White with #EC2B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B2C; }

 p { color: rgb(236,43,44); }

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

background-color css

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

 a { background-color: rgb(236,43,44); }

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

border-color css

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

 span { border-color: rgb(236,43,44); }

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