Html Css Color HEX #EC0644 Crimson

📋 copy color: '#EC0644'

red 236 ◦ green 6 ◦ blue 68

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

Shades of Crimson #EC0644

Tints of Crimson #EC0644

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.94%

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

R = 76.13%
G = 1.94%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC0644 (or 0xEC0644) is known color: Crimson. HEX triplet: EC, 06 and 44. RGB value is (236,6,68). Sum of RGB (Red+Green+Blue) = 236+6+68=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0644 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0644 is #13F9BB. Grayscale: #515151. Windows color (decimal): -1309116 or 4458220. OLE color: 4458220.

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

Color convert

RGB 236 6 68 -
CMYK 0 0.97 0.71 0.07
HSL 343.83º 0.95% 0.47% -
HSV(B) 343.83º 0.97% 0.93% -
XYZ 35.7 18.38 7.13 -
YUV 81.84 120.2 237.96 -
System Red Green Blue C M Y K H S L
Decimal 236 6 68 0 0.97 0.71 0.07 343.83 0.95 0.47
Hex EC 6 44 0 61 47 7 158 5F 2F
Octal 354 6 104 0 141 107 7 530 137 57
Binary 11101100 110 1000100 0 1100001 1000111 111 101011000 1011111 101111

Color Harmonies of #EC0644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0644

Black with #EC0644

Text Example


Text Example

White with #EC0644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0644; }

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

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

background-color css

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

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

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

border-color css

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

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

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