Html Css Color HEX #EC2023 Alizarin

📋 copy color: '#EC2023'

red 236 ◦ green 32 ◦ blue 35

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

Shades of Alizarin #EC2023

Tints of Alizarin #EC2023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

 BLUE value IS 35 (14.06% from 255) = 11.55%

R = 77.89%
G = 10.56%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC2023 (or 0xEC2023) is known color: Alizarin. HEX triplet: EC, 20 and 23. RGB value is (236,32,35). Sum of RGB (Red+Green+Blue) = 236+32+35=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2023 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2023 is #13DFDC. Grayscale: #5D5D5D. Windows color (decimal): -1302493 or 2302188. OLE color: 2302188.

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

Color convert

RGB 236 32 35 -
CMYK 0 0.86 0.85 0.07
HSL 359.12º 0.84% 0.53% -
HSV(B) 359.12º 0.86% 0.93% -
XYZ 35.41 18.99 3.39 -
YUV 93.34 95.09 229.76 -
System Red Green Blue C M Y K H S L
Decimal 236 32 35 0 0.86 0.85 0.07 359.12 0.84 0.53
Hex EC 20 23 0 56 55 7 167 54 35
Octal 354 40 43 0 126 125 7 547 124 65
Binary 11101100 100000 100011 0 1010110 1010101 111 101100111 1010100 110101

Color Harmonies of #EC2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2023

Black with #EC2023

Text Example


Text Example

White with #EC2023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2023; }

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

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

background-color css

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

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

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

border-color css

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

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

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