Html Css Color HEX #EC292B Alizarin

📋 copy color: '#EC292B'

red 236 ◦ green 41 ◦ blue 43

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

Shades of Alizarin #EC292B

Tints of Alizarin #EC292B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.81%

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

R = 73.75%
G = 12.81%
B = 13.44%

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

#EC292B (or 0xEC292B) is known color: Alizarin. HEX triplet: EC, 29 and 2B. RGB value is (236,41,43). Sum of RGB (Red+Green+Blue) = 236+41+43=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC292B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC292B is #13D6D4. Grayscale: #636363. Windows color (decimal): -1300181 or 2828780. OLE color: 2828780.

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

Color convert

RGB 236 41 43 -
CMYK 0 0.83 0.82 0.07
HSL 359.38º 0.84% 0.54% -
HSV(B) 359.38º 0.83% 0.93% -
XYZ 35.82 19.59 4.18 -
YUV 99.53 96.1 225.34 -
System Red Green Blue C M Y K H S L
Decimal 236 41 43 0 0.83 0.82 0.07 359.38 0.84 0.54
Hex EC 29 2B 0 53 52 7 167 54 36
Octal 354 51 53 0 123 122 7 547 124 66
Binary 11101100 101001 101011 0 1010011 1010010 111 101100111 1010100 110110

Color Harmonies of #EC292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC292B

Black with #EC292B

Text Example


Text Example

White with #EC292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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