Html Css Color HEX #EC1A23 Alizarin

📋 copy color: '#EC1A23'

red 236 ◦ green 26 ◦ blue 35

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

Shades of Alizarin #EC1A23

Tints of Alizarin #EC1A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

 BLUE value IS 35 (14.06% from 255) = 11.78%

R = 79.46%
G = 8.75%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC1A23 (or 0xEC1A23) is known color: Alizarin. HEX triplet: EC, 1A and 23. RGB value is (236,26,35). Sum of RGB (Red+Green+Blue) = 236+26+35=297 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.46% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A23 is #13E5DC. Grayscale: #595959. Windows color (decimal): -1304029 or 2300652. OLE color: 2300652.

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

Color convert

RGB 236 26 35 -
CMYK 0 0.89 0.85 0.07
HSL 357.43º 0.85% 0.51% -
HSV(B) 357.43º 0.89% 0.93% -
XYZ 35.26 18.69 3.34 -
YUV 89.82 97.07 232.27 -
System Red Green Blue C M Y K H S L
Decimal 236 26 35 0 0.89 0.85 0.07 357.43 0.85 0.51
Hex EC 1A 23 0 59 55 7 165 55 33
Octal 354 32 43 0 131 125 7 545 125 63
Binary 11101100 11010 100011 0 1011001 1010101 111 101100101 1010101 110011

Color Harmonies of #EC1A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A23

Black with #EC1A23

Text Example


Text Example

White with #EC1A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A23; }

 p { color: rgb(236,26,35); }

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

background-color css

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

 a { background-color: rgb(236,26,35); }

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

border-color css

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

 span { border-color: rgb(236,26,35); }

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