Html Css Color HEX #EC223D Alizarin

📋 copy color: '#EC223D'

red 236 ◦ green 34 ◦ blue 61

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

Shades of Alizarin #EC223D

Tints of Alizarin #EC223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

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

R = 71.3%
G = 10.27%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC223D (or 0xEC223D) is known color: Alizarin. HEX triplet: EC, 22 and 3D. RGB value is (236,34,61). Sum of RGB (Red+Green+Blue) = 236+34+61=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC223D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC223D is #13DDC2. Grayscale: #616161. Windows color (decimal): -1301955 or 4006636. OLE color: 4006636.

HSL color Cylindrical-coordinate representation of color #EC223D: hue angle of 351.98º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC223D is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 34 61 -
CMYK 0 0.86 0.74 0.07
HSL 351.98º 0.84% 0.53% -
HSV(B) 351.98º 0.86% 0.93% -
XYZ 36.01 19.31 6.25 -
YUV 97.48 107.42 226.8 -
System Red Green Blue C M Y K H S L
Decimal 236 34 61 0 0.86 0.74 0.07 351.98 0.84 0.53
Hex EC 22 3D 0 56 4A 7 160 54 35
Octal 354 42 75 0 126 112 7 540 124 65
Binary 11101100 100010 111101 0 1010110 1001010 111 101100000 1010100 110101

Color Harmonies of #EC223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC223D

Black with #EC223D

Text Example


Text Example

White with #EC223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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