Html Css Color HEX #EC2B2D Alizarin

📋 copy color: '#EC2B2D'

red 236 ◦ green 43 ◦ blue 45

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

Shades of Alizarin #EC2B2D

Tints of Alizarin #EC2B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.27%

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 72.84%
G = 13.27%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC2B2D (or 0xEC2B2D) is known color: Alizarin. HEX triplet: EC, 2B and 2D. RGB value is (236,43,45). Sum of RGB (Red+Green+Blue) = 236+43+45=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2B2D is #13D4D2. Grayscale: #656565. Windows color (decimal): -1299667 or 2960364. OLE color: 2960364.

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

Color convert

RGB 236 43 45 -
CMYK 0 0.82 0.81 0.07
HSL 359.38º 0.84% 0.55% -
HSV(B) 359.38º 0.82% 0.93% -
XYZ 35.93 19.75 4.4 -
YUV 100.94 96.44 224.34 -
System Red Green Blue C M Y K H S L
Decimal 236 43 45 0 0.82 0.81 0.07 359.38 0.84 0.55
Hex EC 2B 2D 0 52 51 7 167 54 37
Octal 354 53 55 0 122 121 7 547 124 67
Binary 11101100 101011 101101 0 1010010 1010001 111 101100111 1010100 110111

Color Harmonies of #EC2B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2B2D

Black with #EC2B2D

Text Example


Text Example

White with #EC2B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2B2D; }

 p { color: rgb(236,43,45); }

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

background-color css

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

 a { background-color: rgb(236,43,45); }

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

border-color css

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

 span { border-color: rgb(236,43,45); }

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