Html Css Color HEX #EC2333 Alizarin

📋 copy color: '#EC2333'

red 236 ◦ green 35 ◦ blue 51

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

Shades of Alizarin #EC2333

Tints of Alizarin #EC2333

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.87%

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

R = 73.29%
G = 10.87%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC2333 (or 0xEC2333) is known color: Alizarin. HEX triplet: EC, 23 and 33. RGB value is (236,35,51). Sum of RGB (Red+Green+Blue) = 236+35+51=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2333 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2333 is #13DCCC. Grayscale: #616161. Windows color (decimal): -1301709 or 3351532. OLE color: 3351532.

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

Color convert

RGB 236 35 51 -
CMYK 0 0.85 0.78 0.07
HSL 355.22º 0.84% 0.53% -
HSV(B) 355.22º 0.85% 0.93% -
XYZ 35.79 19.27 4.97 -
YUV 96.92 102.09 227.2 -
System Red Green Blue C M Y K H S L
Decimal 236 35 51 0 0.85 0.78 0.07 355.22 0.84 0.53
Hex EC 23 33 0 55 4E 7 163 54 35
Octal 354 43 63 0 125 116 7 543 124 65
Binary 11101100 100011 110011 0 1010101 1001110 111 101100011 1010100 110101

Color Harmonies of #EC2333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2333

Black with #EC2333

Text Example


Text Example

White with #EC2333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2333; }

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

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

background-color css

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

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

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

border-color css

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

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

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