Html Css Color HEX #EC172A Alizarin

📋 copy color: '#EC172A'

red 236 ◦ green 23 ◦ blue 42

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

Shades of Alizarin #EC172A

Tints of Alizarin #EC172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 78.41%
G = 7.64%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC172A (or 0xEC172A) is known color: Alizarin. HEX triplet: EC, 17 and 2A. RGB value is (236,23,42). Sum of RGB (Red+Green+Blue) = 236+23+42=301 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.41% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 236 - color contains mainly: red. Hex color #EC172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC172A is #13E8D5. Grayscale: #585858. Windows color (decimal): -1304790 or 2758636. OLE color: 2758636.

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

Color convert

RGB 236 23 42 -
CMYK 0 0.90 0.82 0.07
HSL 354.65º 0.85% 0.51% -
HSV(B) 354.65º 0.9% 0.93% -
XYZ 35.32 18.61 3.92 -
YUV 88.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 236 23 42 0 0.90 0.82 0.07 354.65 0.85 0.51
Hex EC 17 2A 0 5A 52 7 163 55 33
Octal 354 27 52 0 132 122 7 543 125 63
Binary 11101100 10111 101010 0 1011010 1010010 111 101100011 1010101 110011

Color Harmonies of #EC172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC172A

Black with #EC172A

Text Example


Text Example

White with #EC172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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