Html Css Color HEX #EC283D Alizarin

📋 copy color: '#EC283D'

red 236 ◦ green 40 ◦ blue 61

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

Shades of Alizarin #EC283D

Tints of Alizarin #EC283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

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

R = 70.03%
G = 11.87%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC283D (or 0xEC283D) is known color: Alizarin. HEX triplet: EC, 28 and 3D. RGB value is (236,40,61). Sum of RGB (Red+Green+Blue) = 236+40+61=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC283D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC283D is #13D7C2. Grayscale: #656565. Windows color (decimal): -1300419 or 4008172. OLE color: 4008172.

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

Color convert

RGB 236 40 61 -
CMYK 0 0.83 0.74 0.07
HSL 353.57º 0.84% 0.54% -
HSV(B) 353.57º 0.83% 0.93% -
XYZ 36.19 19.69 6.31 -
YUV 101 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 236 40 61 0 0.83 0.74 0.07 353.57 0.84 0.54
Hex EC 28 3D 0 53 4A 7 162 54 36
Octal 354 50 75 0 123 112 7 542 124 66
Binary 11101100 101000 111101 0 1010011 1001010 111 101100010 1010100 110110

Color Harmonies of #EC283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC283D

Black with #EC283D

Text Example


Text Example

White with #EC283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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