Html Css Color HEX #EC2138 Alizarin

📋 copy color: '#EC2138'

red 236 ◦ green 33 ◦ blue 56

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

Shades of Alizarin #EC2138

Tints of Alizarin #EC2138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

 BLUE value IS 56 (22.27% from 255) = 17.23%

R = 72.62%
G = 10.15%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC2138 (or 0xEC2138) is known color: Alizarin. HEX triplet: EC, 21 and 38. RGB value is (236,33,56). Sum of RGB (Red+Green+Blue) = 236+33+56=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 56 (22.27% from 255 or 17.23% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2138 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2138 is #13DEC7. Grayscale: #606060. Windows color (decimal): -1302216 or 3678700. OLE color: 3678700.

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

Color convert

RGB 236 33 56 -
CMYK 0 0.86 0.76 0.07
HSL 353.2º 0.84% 0.53% -
HSV(B) 353.2º 0.86% 0.93% -
XYZ 35.85 19.21 5.56 -
YUV 96.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 236 33 56 0 0.86 0.76 0.07 353.2 0.84 0.53
Hex EC 21 38 0 56 4C 7 161 54 35
Octal 354 41 70 0 126 114 7 541 124 65
Binary 11101100 100001 111000 0 1010110 1001100 111 101100001 1010100 110101

Color Harmonies of #EC2138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2138

Black with #EC2138

Text Example


Text Example

White with #EC2138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2138; }

 p { color: rgb(236,33,56); }

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

background-color css

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

 a { background-color: rgb(236,33,56); }

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

border-color css

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

 span { border-color: rgb(236,33,56); }

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