Html Css Color HEX #EC1B2D Alizarin

📋 copy color: '#EC1B2D'

red 236 ◦ green 27 ◦ blue 45

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

Shades of Alizarin #EC1B2D

Tints of Alizarin #EC1B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.77%

 BLUE value IS 45 (17.97% from 255) = 14.61%

R = 76.62%
G = 8.77%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC1B2D (or 0xEC1B2D) is known color: Alizarin. HEX triplet: EC, 1B and 2D. RGB value is (236,27,45). Sum of RGB (Red+Green+Blue) = 236+27+45=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 45 (17.97% from 255 or 14.61% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B2D is #13E4D2. Grayscale: #5B5B5B. Windows color (decimal): -1303763 or 2956268. OLE color: 2956268.

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

Color convert

RGB 236 27 45 -
CMYK 0 0.89 0.81 0.07
HSL 354.83º 0.85% 0.52% -
HSV(B) 354.83º 0.89% 0.93% -
XYZ 35.46 18.81 4.24 -
YUV 91.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 236 27 45 0 0.89 0.81 0.07 354.83 0.85 0.52
Hex EC 1B 2D 0 59 51 7 163 55 34
Octal 354 33 55 0 131 121 7 543 125 64
Binary 11101100 11011 101101 0 1011001 1010001 111 101100011 1010101 110100

Color Harmonies of #EC1B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B2D

Black with #EC1B2D

Text Example


Text Example

White with #EC1B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B2D; }

 p { color: rgb(236,27,45); }

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

background-color css

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

 a { background-color: rgb(236,27,45); }

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

border-color css

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

 span { border-color: rgb(236,27,45); }

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