Html Css Color HEX #EC353B Alizarin

📋 copy color: '#EC353B'

red 236 ◦ green 53 ◦ blue 59

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

Shades of Alizarin #EC353B

Tints of Alizarin #EC353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.95%

R = 67.82%
G = 15.23%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC353B (or 0xEC353B) is known color: Alizarin. HEX triplet: EC, 35 and 3B. RGB value is (236,53,59). Sum of RGB (Red+Green+Blue) = 236+53+59=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC353B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC353B is #13CAC4. Grayscale: #6C6C6C. Windows color (decimal): -1297093 or 3880428. OLE color: 3880428.

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

Color convert

RGB 236 53 59 -
CMYK 0 0.78 0.75 0.07
HSL 358.03º 0.83% 0.57% -
HSV(B) 358.03º 0.78% 0.93% -
XYZ 36.65 20.69 6.2 -
YUV 108.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 236 53 59 0 0.78 0.75 0.07 358.03 0.83 0.57
Hex EC 35 3B 0 4E 4B 7 166 53 39
Octal 354 65 73 0 116 113 7 546 123 71
Binary 11101100 110101 111011 0 1001110 1001011 111 101100110 1010011 111001

Color Harmonies of #EC353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC353B

Black with #EC353B

Text Example


Text Example

White with #EC353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC353B; }

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

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

background-color css

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

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

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

border-color css

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

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

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