Html Css Color HEX #EC1730 Alizarin

📋 copy color: '#EC1730'

red 236 ◦ green 23 ◦ blue 48

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

Shades of Alizarin #EC1730

Tints of Alizarin #EC1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 76.87%
G = 7.49%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC1730 (or 0xEC1730) is known color: Alizarin. HEX triplet: EC, 17 and 30. RGB value is (236,23,48). Sum of RGB (Red+Green+Blue) = 236+23+48=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1730 is #13E8CF. Grayscale: #595959. Windows color (decimal): -1304784 or 3151852. OLE color: 3151852.

HSL color Cylindrical-coordinate representation of color #EC1730: hue angle of 352.96º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1730 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 23 48 -
CMYK 0 0.90 0.80 0.07
HSL 352.96º 0.85% 0.51% -
HSV(B) 352.96º 0.9% 0.93% -
XYZ 35.43 18.66 4.53 -
YUV 89.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 236 23 48 0 0.90 0.80 0.07 352.96 0.85 0.51
Hex EC 17 30 0 5A 50 7 161 55 33
Octal 354 27 60 0 132 120 7 541 125 63
Binary 11101100 10111 110000 0 1011010 1010000 111 101100001 1010101 110011

Color Harmonies of #EC1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1730

Black with #EC1730

Text Example


Text Example

White with #EC1730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1730; }

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

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

background-color css

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

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

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

border-color css

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

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

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