Html Css Color HEX #EC233F Alizarin

📋 copy color: '#EC233F'

red 236 ◦ green 35 ◦ blue 63

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

Shades of Alizarin #EC233F

Tints of Alizarin #EC233F

RGB

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

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

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

R = 70.66%
G = 10.48%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC233F (or 0xEC233F) is known color: Alizarin. HEX triplet: EC, 23 and 3F. RGB value is (236,35,63). Sum of RGB (Red+Green+Blue) = 236+35+63=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC233F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC233F is #13DCC0. Grayscale: #626262. Windows color (decimal): -1301697 or 4137964. OLE color: 4137964.

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

Color convert

RGB 236 35 63 -
CMYK 0 0.85 0.73 0.07
HSL 351.64º 0.84% 0.53% -
HSV(B) 351.64º 0.85% 0.93% -
XYZ 36.09 19.39 6.54 -
YUV 98.29 108.09 226.22 -
System Red Green Blue C M Y K H S L
Decimal 236 35 63 0 0.85 0.73 0.07 351.64 0.84 0.53
Hex EC 23 3F 0 55 49 7 160 54 35
Octal 354 43 77 0 125 111 7 540 124 65
Binary 11101100 100011 111111 0 1010101 1001001 111 101100000 1010100 110101

Color Harmonies of #EC233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC233F

Black with #EC233F

Text Example


Text Example

White with #EC233F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC233F; }

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

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

background-color css

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

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

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

border-color css

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

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

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