Html Css Color HEX #EC283A Alizarin

📋 copy color: '#EC283A'

red 236 ◦ green 40 ◦ blue 58

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

Shades of Alizarin #EC283A

Tints of Alizarin #EC283A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.37%

R = 70.66%
G = 11.98%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC283A (or 0xEC283A) is known color: Alizarin. HEX triplet: EC, 28 and 3A. RGB value is (236,40,58). Sum of RGB (Red+Green+Blue) = 236+40+58=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC283A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC283A is #13D7C5. Grayscale: #646464. Windows color (decimal): -1300422 or 3811564. OLE color: 3811564.

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

Color convert

RGB 236 40 58 -
CMYK 0 0.83 0.75 0.07
HSL 354.49º 0.84% 0.54% -
HSV(B) 354.49º 0.83% 0.93% -
XYZ 36.11 19.66 5.89 -
YUV 100.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 236 40 58 0 0.83 0.75 0.07 354.49 0.84 0.54
Hex EC 28 3A 0 53 4B 7 162 54 36
Octal 354 50 72 0 123 113 7 542 124 66
Binary 11101100 101000 111010 0 1010011 1001011 111 101100010 1010100 110110

Color Harmonies of #EC283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC283A

Black with #EC283A

Text Example


Text Example

White with #EC283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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