Html Css Color HEX #EC3435 Alizarin

📋 copy color: '#EC3435'

red 236 ◦ green 52 ◦ blue 53

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

Shades of Alizarin #EC3435

Tints of Alizarin #EC3435

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

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

R = 69.21%
G = 15.25%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3435 (or 0xEC3435) is known color: Alizarin. HEX triplet: EC, 34 and 35. RGB value is (236,52,53). Sum of RGB (Red+Green+Blue) = 236+52+53=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3435 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3435 is #13CBCA. Grayscale: #6B6B6B. Windows color (decimal): -1297355 or 3486956. OLE color: 3486956.

HSL color Cylindrical-coordinate representation of color #EC3435: hue angle of 359.67º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3435 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 52 53 -
CMYK 0 0.78 0.78 0.07
HSL 359.67º 0.83% 0.56% -
HSV(B) 359.67º 0.78% 0.93% -
XYZ 36.46 20.55 5.41 -
YUV 107.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 236 52 53 0 0.78 0.78 0.07 359.67 0.83 0.56
Hex EC 34 35 0 4E 4E 7 168 53 38
Octal 354 64 65 0 116 116 7 550 123 70
Binary 11101100 110100 110101 0 1001110 1001110 111 101101000 1010011 111000

Color Harmonies of #EC3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3435

Black with #EC3435

Text Example


Text Example

White with #EC3435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3435; }

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

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

background-color css

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

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

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

border-color css

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

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

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