Html Css Color HEX #EC363D Alizarin

📋 copy color: '#EC363D'

red 236 ◦ green 54 ◦ blue 61

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

Shades of Alizarin #EC363D

Tints of Alizarin #EC363D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.38%

R = 67.24%
G = 15.38%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC363D (or 0xEC363D) is known color: Alizarin. HEX triplet: EC, 36 and 3D. RGB value is (236,54,61). Sum of RGB (Red+Green+Blue) = 236+54+61=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC363D is #13C9C2. Grayscale: #6D6D6D. Windows color (decimal): -1296835 or 4011756. OLE color: 4011756.

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

Color convert

RGB 236 54 61 -
CMYK 0 0.77 0.74 0.07
HSL 357.69º 0.83% 0.57% -
HSV(B) 357.69º 0.77% 0.93% -
XYZ 36.75 20.81 6.49 -
YUV 109.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 236 54 61 0 0.77 0.74 0.07 357.69 0.83 0.57
Hex EC 36 3D 0 4D 4A 7 166 53 39
Octal 354 66 75 0 115 112 7 546 123 71
Binary 11101100 110110 111101 0 1001101 1001010 111 101100110 1010011 111001

Color Harmonies of #EC363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC363D

Black with #EC363D

Text Example


Text Example

White with #EC363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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