Html Css Color HEX #EC343C Alizarin

📋 copy color: '#EC343C'

red 236 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #EC343C

Tints of Alizarin #EC343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 60 (23.83% from 255) = 17.24%

R = 67.82%
G = 14.94%
B = 17.24%

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

#EC343C (or 0xEC343C) is known color: Alizarin. HEX triplet: EC, 34 and 3C. RGB value is (236,52,60). Sum of RGB (Red+Green+Blue) = 236+52+60=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC343C is #13CBC3. Grayscale: #6C6C6C. Windows color (decimal): -1297348 or 3945708. OLE color: 3945708.

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

Color convert

RGB 236 52 60 -
CMYK 0 0.78 0.75 0.07
HSL 357.39º 0.83% 0.56% -
HSV(B) 357.39º 0.78% 0.93% -
XYZ 36.64 20.62 6.32 -
YUV 107.93 100.96 219.35 -
System Red Green Blue C M Y K H S L
Decimal 236 52 60 0 0.78 0.75 0.07 357.39 0.83 0.56
Hex EC 34 3C 0 4E 4B 7 165 53 38
Octal 354 64 74 0 116 113 7 545 123 70
Binary 11101100 110100 111100 0 1001110 1001011 111 101100101 1010011 111000

Color Harmonies of #EC343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC343C

Black with #EC343C

Text Example


Text Example

White with #EC343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC343C; }

 p { color: rgb(236,52,60); }

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

background-color css

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

 a { background-color: rgb(236,52,60); }

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

border-color css

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

 span { border-color: rgb(236,52,60); }

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