Html Css Color HEX #EC1749 Crimson

📋 copy color: '#EC1749'

red 236 ◦ green 23 ◦ blue 73

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

Shades of Crimson #EC1749

Tints of Crimson #EC1749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 71.08%
G = 6.93%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC1749 (or 0xEC1749) is known color: Crimson. HEX triplet: EC, 17 and 49. RGB value is (236,23,73). Sum of RGB (Red+Green+Blue) = 236+23+73=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1749 is #13E8B6. Grayscale: #5C5C5C. Windows color (decimal): -1304759 or 4790252. OLE color: 4790252.

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

Color convert

RGB 236 23 73 -
CMYK 0 0.90 0.69 0.07
HSL 345.92º 0.85% 0.51% -
HSV(B) 345.92º 0.9% 0.93% -
XYZ 36.1 18.93 8.05 -
YUV 92.39 117.07 230.43 -
System Red Green Blue C M Y K H S L
Decimal 236 23 73 0 0.90 0.69 0.07 345.92 0.85 0.51
Hex EC 17 49 0 5A 45 7 15A 55 33
Octal 354 27 111 0 132 105 7 532 125 63
Binary 11101100 10111 1001001 0 1011010 1000101 111 101011010 1010101 110011

Color Harmonies of #EC1749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1749

Black with #EC1749

Text Example


Text Example

White with #EC1749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1749; }

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

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

background-color css

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

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

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

border-color css

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

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

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