Html Css Color HEX #EC333F Alizarin

📋 copy color: '#EC333F'

red 236 ◦ green 51 ◦ blue 63

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

Shades of Alizarin #EC333F

Tints of Alizarin #EC333F

RGB

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

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

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

R = 67.43%
G = 14.57%
B = 18%

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

#EC333F (or 0xEC333F) is known color: Alizarin. HEX triplet: EC, 33 and 3F. RGB value is (236,51,63). Sum of RGB (Red+Green+Blue) = 236+51+63=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC333F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC333F is #13CCC0. Grayscale: #6B6B6B. Windows color (decimal): -1297601 or 4142060. OLE color: 4142060.

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

Color convert

RGB 236 51 63 -
CMYK 0 0.78 0.73 0.07
HSL 356.11º 0.83% 0.56% -
HSV(B) 356.11º 0.78% 0.93% -
XYZ 36.67 20.56 6.74 -
YUV 107.68 102.79 219.52 -
System Red Green Blue C M Y K H S L
Decimal 236 51 63 0 0.78 0.73 0.07 356.11 0.83 0.56
Hex EC 33 3F 0 4E 49 7 164 53 38
Octal 354 63 77 0 116 111 7 544 123 70
Binary 11101100 110011 111111 0 1001110 1001001 111 101100100 1010011 111000

Color Harmonies of #EC333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC333F

Black with #EC333F

Text Example


Text Example

White with #EC333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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