Html Css Color HEX #EC0044 Crimson

📋 copy color: '#EC0044'

red 236 ◦ green 0 ◦ blue 68

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

Shades of Crimson #EC0044

Tints of Crimson #EC0044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 77.63%
G = 0%
B = 22.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC0044 (or 0xEC0044) is known color: Crimson. HEX triplet: EC, 00 and 44. RGB value is (236,0,68). Sum of RGB (Red+Green+Blue) = 236+0+68=304 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.63% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0044 is #13FFBB. Grayscale: #4E4E4E. Windows color (decimal): -1310652 or 4456684. OLE color: 4456684.

HSL color Cylindrical-coordinate representation of color #EC0044: hue angle of 342.71º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0044 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 68 -
CMYK 0 1 0.71 0.07
HSL 342.71º 1% 0.46% -
HSV(B) 342.71º 1% 0.93% -
XYZ 35.64 18.25 7.11 -
YUV 78.32 122.19 240.47 -
System Red Green Blue C M Y K H S L
Decimal 236 0 68 0 1 0.71 0.07 342.71 1 0.46
Hex EC 0 44 0 64 47 7 157 64 2E
Octal 354 0 104 0 144 107 7 527 144 56
Binary 11101100 0 1000100 0 1100100 1000111 111 101010111 1100100 101110

Color Harmonies of #EC0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0044

Black with #EC0044

Text Example


Text Example

White with #EC0044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0044; }

 p { color: rgb(236,0,68); }

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

background-color css

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

 a { background-color: rgb(236,0,68); }

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

border-color css

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

 span { border-color: rgb(236,0,68); }

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