Html Css Color HEX #EC343F Alizarin

📋 copy color: '#EC343F'

red 236 ◦ green 52 ◦ blue 63

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

Shades of Alizarin #EC343F

Tints of Alizarin #EC343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.95%

R = 67.24%
G = 14.81%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC343F (or 0xEC343F) is known color: Alizarin. HEX triplet: EC, 34 and 3F. RGB value is (236,52,63). Sum of RGB (Red+Green+Blue) = 236+52+63=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC343F is #13CBC0. Grayscale: #6C6C6C. Windows color (decimal): -1297345 or 4142316. OLE color: 4142316.

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

Color convert

RGB 236 52 63 -
CMYK 0 0.78 0.73 0.07
HSL 356.41º 0.83% 0.56% -
HSV(B) 356.41º 0.78% 0.93% -
XYZ 36.72 20.65 6.75 -
YUV 108.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 236 52 63 0 0.78 0.73 0.07 356.41 0.83 0.56
Hex EC 34 3F 0 4E 49 7 164 53 38
Octal 354 64 77 0 116 111 7 544 123 70
Binary 11101100 110100 111111 0 1001110 1001001 111 101100100 1010011 111000

Color Harmonies of #EC343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC343F

Black with #EC343F

Text Example


Text Example

White with #EC343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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