Html Css Color HEX #EC282B Alizarin

📋 copy color: '#EC282B'

red 236 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #EC282B

Tints of Alizarin #EC282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 73.98%
G = 12.54%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC282B (or 0xEC282B) is known color: Alizarin. HEX triplet: EC, 28 and 2B. RGB value is (236,40,43). Sum of RGB (Red+Green+Blue) = 236+40+43=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC282B is #13D7D4. Grayscale: #636363. Windows color (decimal): -1300437 or 2828524. OLE color: 2828524.

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

Color convert

RGB 236 40 43 -
CMYK 0 0.83 0.82 0.07
HSL 359.08º 0.84% 0.54% -
HSV(B) 359.08º 0.83% 0.93% -
XYZ 35.79 19.52 4.17 -
YUV 98.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 236 40 43 0 0.83 0.82 0.07 359.08 0.84 0.54
Hex EC 28 2B 0 53 52 7 167 54 36
Octal 354 50 53 0 123 122 7 547 124 66
Binary 11101100 101000 101011 0 1010011 1010010 111 101100111 1010100 110110

Color Harmonies of #EC282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC282B

Black with #EC282B

Text Example


Text Example

White with #EC282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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