Html Css Color HEX #EC292E Alizarin

📋 copy color: '#EC292E'

red 236 ◦ green 41 ◦ blue 46

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

Shades of Alizarin #EC292E

Tints of Alizarin #EC292E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 73.07%
G = 12.69%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC292E (or 0xEC292E) is known color: Alizarin. HEX triplet: EC, 29 and 2E. RGB value is (236,41,46). Sum of RGB (Red+Green+Blue) = 236+41+46=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC292E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC292E is #13D6D1. Grayscale: #646464. Windows color (decimal): -1300178 or 3025388. OLE color: 3025388.

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

Color convert

RGB 236 41 46 -
CMYK 0 0.83 0.81 0.07
HSL 358.46º 0.84% 0.54% -
HSV(B) 358.46º 0.83% 0.93% -
XYZ 35.88 19.62 4.48 -
YUV 99.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 236 41 46 0 0.83 0.81 0.07 358.46 0.84 0.54
Hex EC 29 2E 0 53 51 7 166 54 36
Octal 354 51 56 0 123 121 7 546 124 66
Binary 11101100 101001 101110 0 1010011 1010001 111 101100110 1010100 110110

Color Harmonies of #EC292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC292E

Black with #EC292E

Text Example


Text Example

White with #EC292E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC292E; }

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

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

background-color css

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

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

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

border-color css

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

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

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