Html Css Color HEX #EC1E41 Alizarin

📋 copy color: '#EC1E41'

red 236 ◦ green 30 ◦ blue 65

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

Shades of Alizarin #EC1E41

Tints of Alizarin #EC1E41

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.06%

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 71.3%
G = 9.06%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC1E41 (or 0xEC1E41) is known color: Alizarin. HEX triplet: EC, 1E and 41. RGB value is (236,30,65). Sum of RGB (Red+Green+Blue) = 236+30+65=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E41 is #13E1BE. Grayscale: #5F5F5F. Windows color (decimal): -1302975 or 4267756. OLE color: 4267756.

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

Color convert

RGB 236 30 65 -
CMYK 0 0.87 0.72 0.07
HSL 349.81º 0.84% 0.52% -
HSV(B) 349.81º 0.87% 0.93% -
XYZ 36.01 19.14 6.8 -
YUV 95.58 110.75 228.15 -
System Red Green Blue C M Y K H S L
Decimal 236 30 65 0 0.87 0.72 0.07 349.81 0.84 0.52
Hex EC 1E 41 0 57 48 7 15E 54 34
Octal 354 36 101 0 127 110 7 536 124 64
Binary 11101100 11110 1000001 0 1010111 1001000 111 101011110 1010100 110100

Color Harmonies of #EC1E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E41

Black with #EC1E41

Text Example


Text Example

White with #EC1E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E41; }

 p { color: rgb(236,30,65); }

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

background-color css

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

 a { background-color: rgb(236,30,65); }

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

border-color css

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

 span { border-color: rgb(236,30,65); }

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