Html Css Color HEX #EC2330 Alizarin

📋 copy color: '#EC2330'

red 236 ◦ green 35 ◦ blue 48

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

Shades of Alizarin #EC2330

Tints of Alizarin #EC2330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 73.98%
G = 10.97%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC2330 (or 0xEC2330) is known color: Alizarin. HEX triplet: EC, 23 and 30. RGB value is (236,35,48). Sum of RGB (Red+Green+Blue) = 236+35+48=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2330 is #13DCCF. Grayscale: #606060. Windows color (decimal): -1301712 or 3154924. OLE color: 3154924.

HSL color Cylindrical-coordinate representation of color #EC2330: hue angle of 356.12º 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 #EC2330 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 35 48 -
CMYK 0 0.85 0.80 0.07
HSL 356.12º 0.84% 0.53% -
HSV(B) 356.12º 0.85% 0.93% -
XYZ 35.73 19.25 4.63 -
YUV 96.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 236 35 48 0 0.85 0.80 0.07 356.12 0.84 0.53
Hex EC 23 30 0 55 50 7 164 54 35
Octal 354 43 60 0 125 120 7 544 124 65
Binary 11101100 100011 110000 0 1010101 1010000 111 101100100 1010100 110101

Color Harmonies of #EC2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2330

Black with #EC2330

Text Example


Text Example

White with #EC2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2330; }

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

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

background-color css

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

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

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

border-color css

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

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

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