Html Css Color HEX #EC2728 Alizarin

📋 copy color: '#EC2728'

red 236 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #EC2728

Tints of Alizarin #EC2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.38%

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 74.92%
G = 12.38%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC2728 (or 0xEC2728) is known color: Alizarin. HEX triplet: EC, 27 and 28. RGB value is (236,39,40). Sum of RGB (Red+Green+Blue) = 236+39+40=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2728 is #13D8D7. Grayscale: #626262. Windows color (decimal): -1300696 or 2631660. OLE color: 2631660.

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

Color convert

RGB 236 39 40 -
CMYK 0 0.83 0.83 0.07
HSL 359.7º 0.84% 0.54% -
HSV(B) 359.7º 0.83% 0.93% -
XYZ 35.7 19.44 3.88 -
YUV 98.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 236 39 40 0 0.83 0.83 0.07 359.7 0.84 0.54
Hex EC 27 28 0 53 53 7 168 54 36
Octal 354 47 50 0 123 123 7 550 124 66
Binary 11101100 100111 101000 0 1010011 1010011 111 101101000 1010100 110110

Color Harmonies of #EC2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2728

Black with #EC2728

Text Example


Text Example

White with #EC2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2728; }

 p { color: rgb(236,39,40); }

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

background-color css

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

 a { background-color: rgb(236,39,40); }

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

border-color css

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

 span { border-color: rgb(236,39,40); }

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