Html Css Color HEX #EC1E2A Alizarin

📋 copy color: '#EC1E2A'

red 236 ◦ green 30 ◦ blue 42

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

Shades of Alizarin #EC1E2A

Tints of Alizarin #EC1E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

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

R = 76.62%
G = 9.74%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC1E2A (or 0xEC1E2A) is known color: Alizarin. HEX triplet: EC, 1E and 2A. RGB value is (236,30,42). Sum of RGB (Red+Green+Blue) = 236+30+42=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E2A is #13E1D5. Grayscale: #5D5D5D. Windows color (decimal): -1302998 or 2760428. OLE color: 2760428.

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

Color convert

RGB 236 30 42 -
CMYK 0 0.87 0.82 0.07
HSL 356.5º 0.84% 0.52% -
HSV(B) 356.5º 0.87% 0.93% -
XYZ 35.47 18.93 3.97 -
YUV 92.96 99.25 230.02 -
System Red Green Blue C M Y K H S L
Decimal 236 30 42 0 0.87 0.82 0.07 356.5 0.84 0.52
Hex EC 1E 2A 0 57 52 7 165 54 34
Octal 354 36 52 0 127 122 7 545 124 64
Binary 11101100 11110 101010 0 1010111 1010010 111 101100101 1010100 110100

Color Harmonies of #EC1E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E2A

Black with #EC1E2A

Text Example


Text Example

White with #EC1E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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