Html Css Color HEX #EC2327 Alizarin

📋 copy color: '#EC2327'

red 236 ◦ green 35 ◦ blue 39

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

Shades of Alizarin #EC2327

Tints of Alizarin #EC2327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.29%

 BLUE value IS 39 (15.63% from 255) = 12.58%

R = 76.13%
G = 11.29%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC2327 (or 0xEC2327) is known color: Alizarin. HEX triplet: EC, 23 and 27. RGB value is (236,35,39). Sum of RGB (Red+Green+Blue) = 236+35+39=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2327 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2327 is #13DCD8. Grayscale: #5F5F5F. Windows color (decimal): -1301721 or 2565100. OLE color: 2565100.

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

Color convert

RGB 236 35 39 -
CMYK 0 0.85 0.83 0.07
HSL 358.81º 0.84% 0.53% -
HSV(B) 358.81º 0.85% 0.93% -
XYZ 35.56 19.18 3.75 -
YUV 95.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 236 35 39 0 0.85 0.83 0.07 358.81 0.84 0.53
Hex EC 23 27 0 55 53 7 167 54 35
Octal 354 43 47 0 125 123 7 547 124 65
Binary 11101100 100011 100111 0 1010101 1010011 111 101100111 1010100 110101

Color Harmonies of #EC2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2327

Black with #EC2327

Text Example


Text Example

White with #EC2327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2327; }

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

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

background-color css

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

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

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

border-color css

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

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

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