Html Css Color HEX #EC333A Alizarin

📋 copy color: '#EC333A'

red 236 ◦ green 51 ◦ blue 58

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

Shades of Alizarin #EC333A

Tints of Alizarin #EC333A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 68.41%
G = 14.78%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC333A (or 0xEC333A) is known color: Alizarin. HEX triplet: EC, 33 and 3A. RGB value is (236,51,58). Sum of RGB (Red+Green+Blue) = 236+51+58=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC333A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC333A is #13CCC5. Grayscale: #6B6B6B. Windows color (decimal): -1297606 or 3814380. OLE color: 3814380.

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

Color convert

RGB 236 51 58 -
CMYK 0 0.78 0.75 0.07
HSL 357.73º 0.83% 0.56% -
HSV(B) 357.73º 0.78% 0.93% -
XYZ 36.54 20.51 6.04 -
YUV 107.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 236 51 58 0 0.78 0.75 0.07 357.73 0.83 0.56
Hex EC 33 3A 0 4E 4B 7 166 53 38
Octal 354 63 72 0 116 113 7 546 123 70
Binary 11101100 110011 111010 0 1001110 1001011 111 101100110 1010011 111000

Color Harmonies of #EC333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC333A

Black with #EC333A

Text Example


Text Example

White with #EC333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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