Html Css Color HEX #EC1A38 Alizarin

📋 copy color: '#EC1A38'

red 236 ◦ green 26 ◦ blue 56

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

Shades of Alizarin #EC1A38

Tints of Alizarin #EC1A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.61%

R = 74.21%
G = 8.18%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1A38 (or 0xEC1A38) is known color: Alizarin. HEX triplet: EC, 1A and 38. RGB value is (236,26,56). Sum of RGB (Red+Green+Blue) = 236+26+56=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1A38 is #13E5C7. Grayscale: #5C5C5C. Windows color (decimal): -1304008 or 3676908. OLE color: 3676908.

HSL color Cylindrical-coordinate representation of color #EC1A38: hue angle of 351.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 #EC1A38 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 26 56 -
CMYK 0 0.89 0.76 0.07
HSL 351.43º 0.85% 0.51% -
HSV(B) 351.43º 0.89% 0.93% -
XYZ 35.68 18.86 5.5 -
YUV 92.21 107.57 230.56 -
System Red Green Blue C M Y K H S L
Decimal 236 26 56 0 0.89 0.76 0.07 351.43 0.85 0.51
Hex EC 1A 38 0 59 4C 7 15F 55 33
Octal 354 32 70 0 131 114 7 537 125 63
Binary 11101100 11010 111000 0 1011001 1001100 111 101011111 1010101 110011

Color Harmonies of #EC1A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A38

Black with #EC1A38

Text Example


Text Example

White with #EC1A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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