Html Css Color HEX #EC363B Alizarin

📋 copy color: '#EC363B'

red 236 ◦ green 54 ◦ blue 59

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

Shades of Alizarin #EC363B

Tints of Alizarin #EC363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.47%

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 67.62%
G = 15.47%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC363B (or 0xEC363B) is known color: Alizarin. HEX triplet: EC, 36 and 3B. RGB value is (236,54,59). Sum of RGB (Red+Green+Blue) = 236+54+59=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC363B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC363B is #13C9C4. Grayscale: #6D6D6D. Windows color (decimal): -1296837 or 3880684. OLE color: 3880684.

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

Color convert

RGB 236 54 59 -
CMYK 0 0.77 0.75 0.07
HSL 358.35º 0.83% 0.57% -
HSV(B) 358.35º 0.77% 0.93% -
XYZ 36.7 20.79 6.22 -
YUV 108.99 99.8 218.59 -
System Red Green Blue C M Y K H S L
Decimal 236 54 59 0 0.77 0.75 0.07 358.35 0.83 0.57
Hex EC 36 3B 0 4D 4B 7 166 53 39
Octal 354 66 73 0 115 113 7 546 123 71
Binary 11101100 110110 111011 0 1001101 1001011 111 101100110 1010011 111001

Color Harmonies of #EC363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC363B

Black with #EC363B

Text Example


Text Example

White with #EC363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC363B; }

 p { color: rgb(236,54,59); }

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

background-color css

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

 a { background-color: rgb(236,54,59); }

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

border-color css

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

 span { border-color: rgb(236,54,59); }

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