Html Css Color HEX #EC1B1D Alizarin

📋 copy color: '#EC1B1D'

red 236 ◦ green 27 ◦ blue 29

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

Shades of Alizarin #EC1B1D

Tints of Alizarin #EC1B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 80.82%
G = 9.25%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC1B1D (or 0xEC1B1D) is known color: Alizarin. HEX triplet: EC, 1B and 1D. RGB value is (236,27,29). Sum of RGB (Red+Green+Blue) = 236+27+29=292 (38% of max value = 765). Red value is 236 (92.58% from 255 or 80.82% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1B1D is #13E4E2. Grayscale: #595959. Windows color (decimal): -1303779 or 1907692. OLE color: 1907692.

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

Color convert

RGB 236 27 29 -
CMYK 0 0.89 0.88 0.07
HSL 359.43º 0.85% 0.52% -
HSV(B) 359.43º 0.89% 0.93% -
XYZ 35.21 18.71 2.92 -
YUV 89.72 93.74 232.34 -
System Red Green Blue C M Y K H S L
Decimal 236 27 29 0 0.89 0.88 0.07 359.43 0.85 0.52
Hex EC 1B 1D 0 59 58 7 167 55 34
Octal 354 33 35 0 131 130 7 547 125 64
Binary 11101100 11011 11101 0 1011001 1011000 111 101100111 1010101 110100

Color Harmonies of #EC1B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B1D

Black with #EC1B1D

Text Example


Text Example

White with #EC1B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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