Html Css Color HEX #EC2940 Alizarin

📋 copy color: '#EC2940'

red 236 ◦ green 41 ◦ blue 64

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

Shades of Alizarin #EC2940

Tints of Alizarin #EC2940

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

 BLUE value IS 64 (25.39% from 255) = 18.77%

R = 69.21%
G = 12.02%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC2940 (or 0xEC2940) is known color: Alizarin. HEX triplet: EC, 29 and 40. RGB value is (236,41,64). Sum of RGB (Red+Green+Blue) = 236+41+64=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2940 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2940 is #13D6BF. Grayscale: #666666. Windows color (decimal): -1300160 or 4205036. OLE color: 4205036.

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

Color convert

RGB 236 41 64 -
CMYK 0 0.83 0.73 0.07
HSL 352.92º 0.84% 0.54% -
HSV(B) 352.92º 0.83% 0.93% -
XYZ 36.31 19.79 6.76 -
YUV 101.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 236 41 64 0 0.83 0.73 0.07 352.92 0.84 0.54
Hex EC 29 40 0 53 49 7 161 54 36
Octal 354 51 100 0 123 111 7 541 124 66
Binary 11101100 101001 1000000 0 1010011 1001001 111 101100001 1010100 110110

Color Harmonies of #EC2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2940

Black with #EC2940

Text Example


Text Example

White with #EC2940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2940; }

 p { color: rgb(236,41,64); }

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

background-color css

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

 a { background-color: rgb(236,41,64); }

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

border-color css

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

 span { border-color: rgb(236,41,64); }

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