Html Css Color HEX #EC3233 Alizarin

📋 copy color: '#EC3233'

red 236 ◦ green 50 ◦ blue 51

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

Shades of Alizarin #EC3233

Tints of Alizarin #EC3233

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.84%

 BLUE value IS 51 (20.31% from 255) = 15.13%

R = 70.03%
G = 14.84%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3233 (or 0xEC3233) is known color: Alizarin. HEX triplet: EC, 32 and 33. RGB value is (236,50,51). Sum of RGB (Red+Green+Blue) = 236+50+51=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 51 (20.31% from 255 or 15.13% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3233 is #13CDCC. Grayscale: #696969. Windows color (decimal): -1297869 or 3355372. OLE color: 3355372.

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

Color convert

RGB 236 50 51 -
CMYK 0 0.79 0.78 0.07
HSL 359.68º 0.83% 0.56% -
HSV(B) 359.68º 0.79% 0.93% -
XYZ 36.33 20.35 5.15 -
YUV 105.73 97.12 220.92 -
System Red Green Blue C M Y K H S L
Decimal 236 50 51 0 0.79 0.78 0.07 359.68 0.83 0.56
Hex EC 32 33 0 4F 4E 7 168 53 38
Octal 354 62 63 0 117 116 7 550 123 70
Binary 11101100 110010 110011 0 1001111 1001110 111 101101000 1010011 111000

Color Harmonies of #EC3233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3233

Black with #EC3233

Text Example


Text Example

White with #EC3233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3233; }

 p { color: rgb(236,50,51); }

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

background-color css

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

 a { background-color: rgb(236,50,51); }

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

border-color css

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

 span { border-color: rgb(236,50,51); }

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