Html Css Color HEX #EC1D2A Alizarin

📋 copy color: '#EC1D2A'

red 236 ◦ green 29 ◦ blue 42

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

Shades of Alizarin #EC1D2A

Tints of Alizarin #EC1D2A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.45%

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 76.87%
G = 9.45%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC1D2A (or 0xEC1D2A) is known color: Alizarin. HEX triplet: EC, 1D and 2A. RGB value is (236,29,42). Sum of RGB (Red+Green+Blue) = 236+29+42=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D2A is #13E2D5. Grayscale: #5C5C5C. Windows color (decimal): -1303254 or 2760172. OLE color: 2760172.

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

Color convert

RGB 236 29 42 -
CMYK 0 0.88 0.82 0.07
HSL 356.23º 0.84% 0.52% -
HSV(B) 356.23º 0.88% 0.93% -
XYZ 35.45 18.88 3.97 -
YUV 92.38 99.58 230.44 -
System Red Green Blue C M Y K H S L
Decimal 236 29 42 0 0.88 0.82 0.07 356.23 0.84 0.52
Hex EC 1D 2A 0 58 52 7 164 54 34
Octal 354 35 52 0 130 122 7 544 124 64
Binary 11101100 11101 101010 0 1011000 1010010 111 101100100 1010100 110100

Color Harmonies of #EC1D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D2A

Black with #EC1D2A

Text Example


Text Example

White with #EC1D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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