Html Css Color HEX #EC3541 Alizarin

📋 copy color: '#EC3541'

red 236 ◦ green 53 ◦ blue 65

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

Shades of Alizarin #EC3541

Tints of Alizarin #EC3541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.97%

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

R = 66.67%
G = 14.97%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC3541 (or 0xEC3541) is known color: Alizarin. HEX triplet: EC, 35 and 41. RGB value is (236,53,65). Sum of RGB (Red+Green+Blue) = 236+53+65=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3541 is #13CABE. Grayscale: #6D6D6D. Windows color (decimal): -1297087 or 4273644. OLE color: 4273644.

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

Color convert

RGB 236 53 65 -
CMYK 0 0.78 0.72 0.07
HSL 356.07º 0.83% 0.57% -
HSV(B) 356.07º 0.78% 0.93% -
XYZ 36.82 20.76 7.07 -
YUV 109.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 236 53 65 0 0.78 0.72 0.07 356.07 0.83 0.57
Hex EC 35 41 0 4E 48 7 164 53 39
Octal 354 65 101 0 116 110 7 544 123 71
Binary 11101100 110101 1000001 0 1001110 1001000 111 101100100 1010011 111001

Color Harmonies of #EC3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3541

Black with #EC3541

Text Example


Text Example

White with #EC3541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3541; }

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

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

background-color css

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

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

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

border-color css

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

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

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