Html Css Color HEX #EC2D2E Alizarin

📋 copy color: '#EC2D2E'

red 236 ◦ green 45 ◦ blue 46

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

Shades of Alizarin #EC2D2E

Tints of Alizarin #EC2D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.76%

 BLUE value IS 46 (18.36% from 255) = 14.07%

R = 72.17%
G = 13.76%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC2D2E (or 0xEC2D2E) is known color: Alizarin. HEX triplet: EC, 2D and 2E. RGB value is (236,45,46). Sum of RGB (Red+Green+Blue) = 236+45+46=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D2E is #13D2D1. Grayscale: #666666. Windows color (decimal): -1299154 or 3026412. OLE color: 3026412.

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

Color convert

RGB 236 45 46 -
CMYK 0 0.81 0.81 0.07
HSL 359.69º 0.83% 0.55% -
HSV(B) 359.69º 0.81% 0.93% -
XYZ 36.02 19.91 4.53 -
YUV 102.22 96.28 223.42 -
System Red Green Blue C M Y K H S L
Decimal 236 45 46 0 0.81 0.81 0.07 359.69 0.83 0.55
Hex EC 2D 2E 0 51 51 7 168 53 37
Octal 354 55 56 0 121 121 7 550 123 67
Binary 11101100 101101 101110 0 1010001 1010001 111 101101000 1010011 110111

Color Harmonies of #EC2D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D2E

Black with #EC2D2E

Text Example


Text Example

White with #EC2D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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