Html Css Color HEX #EC343D Alizarin

📋 copy color: '#EC343D'

red 236 ◦ green 52 ◦ blue 61

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

Shades of Alizarin #EC343D

Tints of Alizarin #EC343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 67.62%
G = 14.9%
B = 17.48%

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

#EC343D (or 0xEC343D) is known color: Alizarin. HEX triplet: EC, 34 and 3D. RGB value is (236,52,61). Sum of RGB (Red+Green+Blue) = 236+52+61=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC343D is #13CBC2. Grayscale: #6C6C6C. Windows color (decimal): -1297347 or 4011244. OLE color: 4011244.

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

Color convert

RGB 236 52 61 -
CMYK 0 0.78 0.74 0.07
HSL 357.07º 0.83% 0.56% -
HSV(B) 357.07º 0.78% 0.93% -
XYZ 36.66 20.63 6.46 -
YUV 108.04 101.46 219.27 -
System Red Green Blue C M Y K H S L
Decimal 236 52 61 0 0.78 0.74 0.07 357.07 0.83 0.56
Hex EC 34 3D 0 4E 4A 7 165 53 38
Octal 354 64 75 0 116 112 7 545 123 70
Binary 11101100 110100 111101 0 1001110 1001010 111 101100101 1010011 111000

Color Harmonies of #EC343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC343D

Black with #EC343D

Text Example


Text Example

White with #EC343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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