Html Css Color HEX #EC1D40 Alizarin

📋 copy color: '#EC1D40'

red 236 ◦ green 29 ◦ blue 64

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

Shades of Alizarin #EC1D40

Tints of Alizarin #EC1D40

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.81%

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

R = 71.73%
G = 8.81%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC1D40 (or 0xEC1D40) is known color: Alizarin. HEX triplet: EC, 1D and 40. RGB value is (236,29,64). Sum of RGB (Red+Green+Blue) = 236+29+64=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D40 is #13E2BF. Grayscale: #5E5E5E. Windows color (decimal): -1303232 or 4201964. OLE color: 4201964.

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

Color convert

RGB 236 29 64 -
CMYK 0 0.88 0.73 0.07
HSL 349.86º 0.84% 0.52% -
HSV(B) 349.86º 0.88% 0.93% -
XYZ 35.96 19.08 6.64 -
YUV 94.88 110.58 228.65 -
System Red Green Blue C M Y K H S L
Decimal 236 29 64 0 0.88 0.73 0.07 349.86 0.84 0.52
Hex EC 1D 40 0 58 49 7 15E 54 34
Octal 354 35 100 0 130 111 7 536 124 64
Binary 11101100 11101 1000000 0 1011000 1001001 111 101011110 1010100 110100

Color Harmonies of #EC1D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D40

Black with #EC1D40

Text Example


Text Example

White with #EC1D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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