Html Css Color HEX #EC1E35 Alizarin

📋 copy color: '#EC1E35'

red 236 ◦ green 30 ◦ blue 53

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

Shades of Alizarin #EC1E35

Tints of Alizarin #EC1E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 73.98%
G = 9.4%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC1E35 (or 0xEC1E35) is known color: Alizarin. HEX triplet: EC, 1E and 35. RGB value is (236,30,53). Sum of RGB (Red+Green+Blue) = 236+30+53=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E35 is #13E1CA. Grayscale: #5E5E5E. Windows color (decimal): -1302987 or 3481324. OLE color: 3481324.

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

Color convert

RGB 236 30 53 -
CMYK 0 0.87 0.78 0.07
HSL 353.3º 0.84% 0.52% -
HSV(B) 353.3º 0.87% 0.93% -
XYZ 35.7 19.02 5.16 -
YUV 94.22 104.75 229.13 -
System Red Green Blue C M Y K H S L
Decimal 236 30 53 0 0.87 0.78 0.07 353.3 0.84 0.52
Hex EC 1E 35 0 57 4E 7 161 54 34
Octal 354 36 65 0 127 116 7 541 124 64
Binary 11101100 11110 110101 0 1010111 1001110 111 101100001 1010100 110100

Color Harmonies of #EC1E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E35

Black with #EC1E35

Text Example


Text Example

White with #EC1E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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