Html Css Color HEX #EC2941 Alizarin

📋 copy color: '#EC2941'

red 236 ◦ green 41 ◦ blue 65

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

Shades of Alizarin #EC2941

Tints of Alizarin #EC2941

RGB

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

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

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

R = 69.01%
G = 11.99%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC2941 (or 0xEC2941) is known color: Alizarin. HEX triplet: EC, 29 and 41. RGB value is (236,41,65). Sum of RGB (Red+Green+Blue) = 236+41+65=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2941 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2941 is #13D6BE. Grayscale: #666666. Windows color (decimal): -1300159 or 4270572. OLE color: 4270572.

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

Color convert

RGB 236 41 65 -
CMYK 0 0.83 0.72 0.07
HSL 352.62º 0.84% 0.54% -
HSV(B) 352.62º 0.83% 0.93% -
XYZ 36.34 19.8 6.91 -
YUV 102.04 107.1 223.55 -
System Red Green Blue C M Y K H S L
Decimal 236 41 65 0 0.83 0.72 0.07 352.62 0.84 0.54
Hex EC 29 41 0 53 48 7 161 54 36
Octal 354 51 101 0 123 110 7 541 124 66
Binary 11101100 101001 1000001 0 1010011 1001000 111 101100001 1010100 110110

Color Harmonies of #EC2941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2941

Black with #EC2941

Text Example


Text Example

White with #EC2941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2941; }

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

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

background-color css

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

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

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

border-color css

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

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

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