Html Css Color HEX #EC1626 Alizarin

📋 copy color: '#EC1626'

red 236 ◦ green 22 ◦ blue 38

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

Shades of Alizarin #EC1626

Tints of Alizarin #EC1626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

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

R = 79.73%
G = 7.43%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC1626 (or 0xEC1626) is known color: Alizarin. HEX triplet: EC, 16 and 26. RGB value is (236,22,38). Sum of RGB (Red+Green+Blue) = 236+22+38=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1626 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1626 is #13E9D9. Grayscale: #575757. Windows color (decimal): -1305050 or 2496236. OLE color: 2496236.

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

Color convert

RGB 236 22 38 -
CMYK 0 0.91 0.84 0.07
HSL 355.51º 0.85% 0.51% -
HSV(B) 355.51º 0.91% 0.93% -
XYZ 35.23 18.55 3.56 -
YUV 87.81 99.9 233.7 -
System Red Green Blue C M Y K H S L
Decimal 236 22 38 0 0.91 0.84 0.07 355.51 0.85 0.51
Hex EC 16 26 0 5B 54 7 164 55 33
Octal 354 26 46 0 133 124 7 544 125 63
Binary 11101100 10110 100110 0 1011011 1010100 111 101100100 1010101 110011

Color Harmonies of #EC1626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1626

Black with #EC1626

Text Example


Text Example

White with #EC1626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1626; }

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

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

background-color css

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

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

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

border-color css

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

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

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