Html Css Color HEX #EC343E Alizarin

📋 copy color: '#EC343E'

red 236 ◦ green 52 ◦ blue 62

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

Shades of Alizarin #EC343E

Tints of Alizarin #EC343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.71%

R = 67.43%
G = 14.86%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC343E (or 0xEC343E) is known color: Alizarin. HEX triplet: EC, 34 and 3E. RGB value is (236,52,62). Sum of RGB (Red+Green+Blue) = 236+52+62=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC343E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC343E is #13CBC1. Grayscale: #6C6C6C. Windows color (decimal): -1297346 or 4076780. OLE color: 4076780.

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

Color convert

RGB 236 52 62 -
CMYK 0 0.78 0.74 0.07
HSL 356.74º 0.83% 0.56% -
HSV(B) 356.74º 0.78% 0.93% -
XYZ 36.69 20.64 6.61 -
YUV 108.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 236 52 62 0 0.78 0.74 0.07 356.74 0.83 0.56
Hex EC 34 3E 0 4E 4A 7 165 53 38
Octal 354 64 76 0 116 112 7 545 123 70
Binary 11101100 110100 111110 0 1001110 1001010 111 101100101 1010011 111000

Color Harmonies of #EC343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC343E

Black with #EC343E

Text Example


Text Example

White with #EC343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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