Html Css Color HEX #EC2526 Alizarin

📋 copy color: '#EC2526'

red 236 ◦ green 37 ◦ blue 38

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

Shades of Alizarin #EC2526

Tints of Alizarin #EC2526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.9%

 BLUE value IS 38 (15.23% from 255) = 12.22%

R = 75.88%
G = 11.9%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC2526 (or 0xEC2526) is known color: Alizarin. HEX triplet: EC, 25 and 26. RGB value is (236,37,38). Sum of RGB (Red+Green+Blue) = 236+37+38=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2526 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2526 is #13DAD9. Grayscale: #606060. Windows color (decimal): -1301210 or 2500076. OLE color: 2500076.

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

Color convert

RGB 236 37 38 -
CMYK 0 0.84 0.84 0.07
HSL 359.7º 0.84% 0.54% -
HSV(B) 359.7º 0.84% 0.93% -
XYZ 35.6 19.3 3.68 -
YUV 96.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 236 37 38 0 0.84 0.84 0.07 359.7 0.84 0.54
Hex EC 25 26 0 54 54 7 168 54 36
Octal 354 45 46 0 124 124 7 550 124 66
Binary 11101100 100101 100110 0 1010100 1010100 111 101101000 1010100 110110

Color Harmonies of #EC2526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2526

Black with #EC2526

Text Example


Text Example

White with #EC2526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2526; }

 p { color: rgb(236,37,38); }

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

background-color css

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

 a { background-color: rgb(236,37,38); }

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

border-color css

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

 span { border-color: rgb(236,37,38); }

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