Html Css Color HEX #EC2B2E Alizarin

📋 copy color: '#EC2B2E'

red 236 ◦ green 43 ◦ blue 46

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

Shades of Alizarin #EC2B2E

Tints of Alizarin #EC2B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 72.62%
G = 13.23%
B = 14.15%

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

#EC2B2E (or 0xEC2B2E) is known color: Alizarin. HEX triplet: EC, 2B and 2E. RGB value is (236,43,46). Sum of RGB (Red+Green+Blue) = 236+43+46=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B2E is #13D4D1. Grayscale: #656565. Windows color (decimal): -1299666 or 3025900. OLE color: 3025900.

HSL color Cylindrical-coordinate representation of color #EC2B2E: hue angle of 359.07º 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 #EC2B2E is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 43 46 -
CMYK 0 0.82 0.81 0.07
HSL 359.07º 0.84% 0.55% -
HSV(B) 359.07º 0.82% 0.93% -
XYZ 35.95 19.76 4.5 -
YUV 101.05 96.94 224.26 -
System Red Green Blue C M Y K H S L
Decimal 236 43 46 0 0.82 0.81 0.07 359.07 0.84 0.55
Hex EC 2B 2E 0 52 51 7 167 54 37
Octal 354 53 56 0 122 121 7 547 124 67
Binary 11101100 101011 101110 0 1010010 1010001 111 101100111 1010100 110111

Color Harmonies of #EC2B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B2E

Black with #EC2B2E

Text Example


Text Example

White with #EC2B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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